home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / virus / xtruder21.lha / Xtruder / Rexx / Examples / Xtruder.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-07  |  193b  |  14 lines

  1. /*
  2. ** 'GetFile' example
  3. */
  4.  
  5. Options Results
  6. Address XTRUDER
  7.  
  8. GetFile TITLE '"Select a file..."' PATH '"S:"' FILE '"user-startup"'
  9.  
  10. IF rc = 5 THEN
  11.    Say 'Error 'RC' occured'
  12. ELSE
  13.    Say 'Shit'
  14.