How do I run bat file inside cmd using tash scheduler. I've tried this one
C:\windows\system32\cmd.exe C:\synchronization.bat
And doesn't working.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You can use
to run a command and terminate the cmd shell or
to run a command and keep the cmd shell. |
|||
|
|

cmd /k mybatfile.bat– infaustus May 25 '12 at 7:55