home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
disk
/
directory
/
rushdemo
/
scripts
/
terminusupload.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
111b
|
13 lines
/*
**
*/
address "TERMINUS1"
options results
parse arg file .
file=strip(file, 'B', '"')
'upload "'file'"'