home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / resource / netcomm / wcomm / disk2 / logout.sc_ / logout.bin
Encoding:
Text File  |  1994-10-24  |  206 b   |  9 lines

  1. ^  This script logs out from the host and hangs up.  You may alter it to
  2. ^  fit your environment.  In most cases all you really need is HANGUP
  3. ^  and EXIT.
  4.  
  5. transmit "^Mexit^M"
  6. hangup
  7. shutdown
  8. exit
  9.