home *** CD-ROM | disk | FTP | other *** search
/ Love Bytes / LoveBytes.bin / btinter / win31 / btintnet.z / DLHANGUP.SCR < prev    next >
Encoding:
Text File  |  1993-01-12  |  317 b   |  17 lines

  1. ;        DLHANGUP.SCR
  2. ;
  3. ; Use this template with the COMSCRPT command and a dedicated line.
  4. ;
  5. ; Switch the packet driver from character mode to packet mode
  6. ;
  7. changemode packet
  8. ;
  9. ; Send a request to close the lcp layer.
  10. ;
  11. signal lcp close
  12. ;
  13. ; Pause to confirm that the lcp layer is closed.
  14. ;
  15. poll lcp close
  16.  
  17.