Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I make a script that runs sub-scripts (Parent / Child scripting)?

Aspect (Procomm)

How do I make a script that runs sub-scripts (Parent / Child scripting)?

by  CustomerResearch  Posted    (Edited  )
To make a script that runs a series of sub-scripts (or children scripts) in order just follow this format:

------------------------------------
;Parent Script

proc main
execute "script1.wax" ;Runs script1
execute "script2.wax" ;Runs script2
endproc
------------------------------------
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top