Run CMD from its original directory

I have some notes in my tip at Tip - Action Override User settings

The trick is to pass two commands to CMD.exe; one to CD into the directory, and the second to launch the batch file.

waithidden CMD.exe /c "cd C:\BF_Packages\MDT\MST & mte.cmd"
2 Likes