Jump to content

Recommended Posts

Posted

Hey guys

been 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?

thx

danish


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...