home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / TermII / English / quit.rexx < prev    next >
OS/2 REXX Batch file  |  1991-12-22  |  479b  |  14 lines

  1. /* quit.rexx                                                            */
  2. /*                                                                      */
  3. /*                                                                      */
  4. /*      A program to quit rexx. Useful if Term II is lost in the        */
  5. /*      background - you accidentally close the console window -        */
  6. /*      or to quit whitout having to confirm                            */
  7.  
  8.  
  9. address TERM
  10.  
  11.     'quit'
  12.  
  13.  
  14.