- Run several batch file in sequence?
- Posted by zhushenli@gmail.com on August 18th, 2005
Hi all,
I have a batch file called all.bat. The content includes:
//---------all.bat-------------
test1.bat
test2.bat
....
testn.bat
//--------end-----------------
But I found when I run all.bat, only test1.bat be executed. The problem
is how to run all the batch file in all.bat?
Best regards,
Davy
- Posted by billious on August 18th, 2005
<zhushenli@gmail.com> wrote in message
news:1124362414.883368.190190@g43g2000cwa.googlegr oups.com...
CALL test1.bat
CALL test2.bat
....
CALL testn.bat
HTH
....Bill
- Posted by Timo Salmi on August 18th, 2005
<zhushenli@gmail.com> wrote:
CALL /?
HELP CALL
All the best, Timo
--
Prof. Timo Salmi ftp & http://garbo.uwasa.fi/ archives 193.166.120.5
Department of Accounting and Business Finance ; University of Vaasa
mailto:ts@uwasa.fi <http://www.uwasa.fi/~ts/> ; FIN-65101, Finland
Useful batch files and tricks ftp://garbo.uwasa.fi/pc/link/tsbat.zip