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:
OS/2 REXX Batch file  |  1996-02-15  |  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.