home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / disk / directory / rushdemo / scripts / terminusupload.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-27  |  111b  |  13 lines

  1. /*
  2. **
  3. */
  4.  
  5. address "TERMINUS1"
  6. options results
  7.  
  8. parse arg file .
  9.  
  10. file=strip(file, 'B', '"')
  11.  
  12. 'upload "'file'"'
  13.