home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d178 / rexxarplib.lha / RexxArpLib / rexx / log.rexx < prev    next >
OS/2 REXX Batch file  |  1989-02-04  |  221b  |  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.