@echo off REM start powershell -command "& '.\MyPowershellScript.ps1' -MyArguments blah" REM start powershell -command "& '.\ajt_creator2.ps1'" powershell.exe -noprofile -executionpolicy bypass -file .\ajt_creator2.ps1 REM powershell -ExecutionPolicy Bypass -File ajt_creator2.ps1