home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / MoreHardware / AmigaTemp.lha / AmigaTemp / ARexxScr / Quit.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-09-08  |  300 b   |  9 lines

  1. /* AmigaTemp V1.2 ARexx   */
  2. /* Send Quit to AmigaTemp */
  3.  
  4. if Show(P, 'AmigaTemp') then  /* Is program running? */
  5. do                            /* Yes... */
  6.    Address 'AmigaTemp'        /* Portname for AmigaTemp (Case sensitive) */        
  7.    'Quit'                     /* Quit AmigaTemp */
  8. end   
  9.