View Single Post
  #1  
Old 03-13-2003, 05:10 AM
endever endever is online now
Registered User
 
Join Date: 03-13-2003
Posts: 1
Question Conditional Branching

All,

Sorry this takes some explaining:

I have many steps to my build proc's so I have split them into separate scripts.

I have created a script that will run them all, at each step asking the builder if he/she wants to run the next step. This "asking" has been achieved by using some VBscript.

Most of the steps have sub steps that also ask if you want to continue i.e

-Build Progs?
|-Build Progs.
|-Copy Progs?
|--Copy Progs to Test folder.

I don't want the copy progs to be run if the build progs wasn't run. However even though the build and copy steps are skipped, the questions are not.

What am I missing? (I have attached a brief example of my problem.)

TIA,

Paul
Attached Files
File Type: bld conditionalbranching.bld (1.2 KB, 1639 views)
Reply With Quote