home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / batch / dosreqtools / demo.rtgetstring < prev    next >
Encoding:
Text File  |  1994-10-16  |  235 b   |  8 lines

  1. ;demo.rtgetstring
  2.  
  3. rtGetString "Hardware Compatibility" "Which Amiga Model do you have?\nPlease don't lie. This is important"  TO ENV:model
  4.  
  5.  
  6. rtEZRequest "Your Amiga" "You said you have a model $model." "True|I Lied|False|Cancel"
  7. quit
  8.