home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
compress
/
filearchivers
/
s-omni
/
shell.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
191b
|
10 lines
/* Shell*/
'REXXMAST'
ADDRESS command
conwindow="CON:0/0/640/100/New/Close"
CALL OPEN out,"ram:temp",write
CALL WRITELN out, 'rx age.rexx'
CALL CLOSE out
'newshell' conwindow "ram:temp"
EXIT