home *** CD-ROM | disk | FTP | other *** search
- .K ""
- QuickReq "This is TestScript-example!\\Please press OK!-button when ready to continue!" " OK " -W300H100
- Echo "That was one good example where you can use QuickReq."
- Echo "You can use it to show fairly long text files and let programs"
- Echo "execution wait for users response!"
- Echo "Also this slow Echo-sequence could have been avoided with"
- Echo "just one QuickReq-call."
-
- Lab Jump1
-
- QuickReq "Now press either buttons!" " OK! " " FALSE! " -W300H100CB
- If WARN
- Echo "You pressed FALSE! - button."
- Echo ""
- Else
- Echo "You pressed OK! - button."
- Echo ""
- Endif
-
- QuickReq "Do you want to try again!" " Yes " " No "
- If WARN
- Echo "It's so easy to make intuitive scripts!!!"
- Echo "Thank you for your time!"
- Echo ""
- Echo "Bye"
- Echo ""
- Else
- Echo "Thanks for you co-operation!"
- Skip Back Jump1
- Endif