home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / scientific / mathx / rexx / close.rexx next >
Encoding:
OS/2 REXX Batch file  |  1998-03-08  |  123 b   |  9 lines

  1. /*
  2. **  This is how to close mathX via ARexx
  3. **  without confirmation. Very important ;-)
  4. */
  5.  
  6. ADDRESS "MATHX.1"
  7.  
  8. QUIT FORCE
  9.