home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / rush / scripts / terminusupload.rexx < prev    next >
OS/2 REXX Batch file  |  1993-06-25  |  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.