home *** CD-ROM | disk | FTP | other *** search
- #
- # Using VLT from the Workbench: a test script
- #
- clear
- movecur 10 5
- emit "Using VLT from the Workbench."
- movecur 10 6
- emit "============================="
- movecur 1 8
- emit "This script is just a test, but it might have been a script to log you"
- movecur 1 9
- emit "on to the mainframe at work. In order to make another script like this"
- movecur 1 10
- emit "create one using an editor and replace its icon with a copy of the one"
- movecur 1 11
- emit "that you just clicked on. The script file itself may be stored on your"
- movecur 1 12
- emit "disk together with its icon, or separate from the icon in either s: or"
- movecur 1 13
- emit "rexx:. VLT will change its idea of the default directory to the drawer"
- movecur 1 14
- emit "where the icon (.info file) itself is stored. You may, of course, also"
- movecur 1 15
- emit "leave the icons out on the Workbench. This does not affect the default"
- movecur 1 16
- emit "directory. Have fun..."
- movecur 1 18
- delay 1
- emit "This demo will self-destruct in 30 seconds..."
- delay 30
- exit VLT
-