home *** CD-ROM | disk | FTP | other *** search
- ; Lets Start Wait with showing the verbose display and lets start a program
- ; after waiting
-
- ; but first lets rename the gadgets
-
- SetEnv WAIT_RESUME "Come on lets go"
- SetEnv WAIT_CANCEL "Stop this crap"
-
- ; Ok, now we start it. Note: Place PRG always at the end of the
- ; WaitCommand...
-
- Wait 10 SECS VERBOSE WT="This is a Demo" PRG="Dir"
-
- ; Press CTRL+E to start the given Program (C:Dir) or stop the whole thing
- ; thru pressing CTRL+C
-
- IF WARN
- echo "Canceld by User.. Well, try to press also"
- echo "the CTRL+E to watch the whole Demo"
- else
- echo "That's all..."
- endif
-
-