There are three batch files, A, B, and C.
A has the function of running B and C.
Want to realize the following function:
Run A.bat, Call B.bat. If B.bat runs successfully, then run C.bat.
In short, run in the order of A, B, C. C.bat should not run before B.bat is finished.
PS: Is there a concept of sleep in DOS?
[ Last edited by ivanisme on 2007-3-20 at 09:16 AM ]
A has the function of running B and C.
Want to realize the following function:
Run A.bat, Call B.bat. If B.bat runs successfully, then run C.bat.
In short, run in the order of A, B, C. C.bat should not run before B.bat is finished.
PS: Is there a concept of sleep in DOS?
[ Last edited by ivanisme on 2007-3-20 at 09:16 AM ]


You didn't understand it!