home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / batch / dosreqtools / demo.rtfilerequest < prev    next >
Text File  |  1994-11-26  |  672b  |  16 lines

  1. ;demo.rtFileRequest
  2.  
  3.  
  4. rtFileRequest "Your S: directory" DRAWER "sys:s" FILE "startup-sequence" POS CENTERSCR to env:drt
  5. rtFileRequest "Fonts on your system" DRAWER "fonts:" PATGAD PATTERN "#?.font" POS POINTER to env:drt
  6. rtFileRequest "ACTIVE Hardware Devices" VOLUMEREQUEST NOASSIGNS HEIGHT 200 POS CENTERSCR to env:drt
  7. rtFileRequest "ALL Hardware Devices and ASSIGNS" VOLUMEREQUEST ALLDISKS HEIGHT 150 POS CENTERSCR to env:drt
  8. rtFileRequest "Your ASSIGNS" VOLUMEREQUEST NODISKS POS TOP to env:drt
  9. rtFileRequest "Select a File and click OK" TO ENV:drt 
  10. rtEZRequest "Results" "You selected $drt" "_End of Demo" POS CENTERSCR
  11.  
  12. IF EXISTS env:drt
  13.   DELETE env:drt
  14. ENDIF
  15.  
  16. quit