home *** CD-ROM | disk | FTP | other *** search
- ;demo.rtFileRequest
-
-
- rtFileRequest "Your S: directory" DRAWER "sys:s" FILE "startup-sequence" POS CENTERSCR to env:drt
- rtFileRequest "Fonts on your system" DRAWER "fonts:" PATGAD PATTERN "#?.font" POS POINTER to env:drt
- rtFileRequest "ACTIVE Hardware Devices" VOLUMEREQUEST NOASSIGNS HEIGHT 200 POS CENTERSCR to env:drt
- rtFileRequest "ALL Hardware Devices and ASSIGNS" VOLUMEREQUEST ALLDISKS HEIGHT 150 POS CENTERSCR to env:drt
- rtFileRequest "Your ASSIGNS" VOLUMEREQUEST NODISKS POS TOP to env:drt
- rtFileRequest "Select a File and click OK" TO ENV:drt
- rtEZRequest "Results" "You selected $drt" "_End of Demo" POS CENTERSCR
-
- IF EXISTS env:drt
- DELETE env:drt
- ENDIF
-
- quit