home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
rxarplib.lha
/
rexx
/
log.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1988-11-06
|
221 b
|
8 lines
/* this starts up VLT with a particular script or it moves VLT's screen
to the front */
arg script
script = 'vlt rexx:'script'.scp'
x = showlist('p',"VLT")
if rc = 1 then screentofront(VLT)
else address command script