Batch script is not getting executed when called by Start-Process Cmdlet

Solution 1:

Here is what works for me, using Powershell v4.

PS C:\Scripts> Start-Process cmd -ArgumentList "/c 1.cmd" -WorkingDirectory c:\test4

Where 1.cmd lives in c:\test4