home *** CD-ROM | disk | FTP | other *** search
- ; DLHANGUP.SCR
- ;
- ; Use this template with the COMSCRPT command and a dedicated line.
- ;
- ; Switch the packet driver from character mode to packet mode
- ;
- changemode packet
- ;
- ; Send a request to close the lcp layer.
- ;
- signal lcp close
- ;
- ; Pause to confirm that the lcp layer is closed.
- ;
- poll lcp close
-
-