dtmunir Posted December 25, 2003 Posted December 25, 2003 Hey guysbeen off this unattend forum for a couple of days (3 or 4 only) cuz my cousin was here from outta town. Hope i didnt miss much anyways i just wanted to clarify one thing. Any commands that are processed in cmdlines.txt, are they processed COMPLETELY before moving onto the next command. for example, if im calling two batch files in cmdlines.txt (batch1.cmd and batch2.cmd for example), then will batch1.cmd be COMPLETED entirely before batch2.cmd starts, or will the setup parse them one after the other without waiting for the first one to finish completely.what i want to know is weather i need to use something like:[commands]"start /wait .\install\batch1.cmd""start /wait .\install\batch2.cmd"or can i do without the "start /wait" part?thxdanish
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now