home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / batch / dosreqtools / demo.rtfilerequest.9 < prev    next >
Text File  |  1994-10-06  |  216b  |  6 lines

  1. ;demo.rtfilerequest.9
  2.  
  3. RTGetLong "Screen Size" "How tall is your screen?" MIN 200 MAX 900 TO ENV:size
  4. rtFileRequest "Maximum Height is $size Pixels" HEIGHT "$size"
  5. rtFileRequest "HEIGHT is 150 Pixels" HEIGHT 150
  6. QUIT