home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
216.lha
/
RexxArpLib_v2.1
/
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
|
1996-02-15
|
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