How to Execute a .bat File within a PowerShell Job

Most of the time, you run Windows batch files using the Command Execution Method, which replicates running them in a command prompt window (cmd[dot]exe).  But, what if you need to perform additional processing within the same job and you are running that batch processing in PowerShell? You have several methods to launch Windows batch files