home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d09xx
/
d0924.lha
/
S-Omni
/
shell.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1993-10-07
|
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