home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / rxarplib.lha / rexx / log.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1988-11-06  |  221 b   |  8 lines

  1. /* this starts up VLT with a particular script or it moves VLT's screen
  2.    to the front */
  3. arg script
  4. script = 'vlt rexx:'script'.scp'
  5. x = showlist('p',"VLT")
  6. if rc = 1 then screentofront(VLT)
  7. else address command script
  8.