home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / libs / rmh / examples / requester.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-05-24  |  166 b   |  12 lines

  1. /*
  2. usage of Requester()
  3. */
  4.  
  5. l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
  6.  
  7. volume="Volume:"
  8.  
  9. do while Requester("Want me",,"to try again?")
  10. end
  11.  
  12.