Thursday, October 22, 2009

Batch file command to call other batch file!

hi hi, is a very simple batch file command learn today . just keep for future reference. Just now thinking to run few batch file automatically. So try to write one batch file to make it auto.

script as below :

call batchfile1.bat
call batchfile2.bat

save this batch file as .bat file will do.. the magic keyword is CALL!!

No comments:

Post a Comment