home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Internet / NetStat / netstat182.lha / arexx / Offline.nrx < prev    next >
Encoding:
Text File  |  1997-03-20  |  192 b   |  7 lines

  1. /* Simple Arexx script to stop Netstat when going Offline     */
  2. /* Put this in the 'offline' sections in Miami or whatever :) */
  3.  
  4. address 'NETSTAT.1'
  5. STOP
  6.  
  7. /* See, I told you it was simple */