2013. 6. 27.

Running multiple batch command at the same time by dos command.

Each batch file runs without waiting for ending previous batch commands.

(sample1)
Multi_run.bat

   start cmd.exe /C  bat_comm1.bat 
   start cmd.exe /C  bat_comm2.bat 
   start cmd.exe /C  bat_comm3.bat 

댓글 없음:

댓글 쓰기