home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / batch / dosreqtools / demo.rtgetstring < prev    next >
Text File  |  1994-10-16  |  235b  |  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.