Safest way to run BAT file from Powershell script

cmd.exe /c '\my-app\my-file.bat'

Leave a Comment