home *** CD-ROM | disk | FTP | other *** search
/ Computerworld Gratis 30 Hours of Connection / Image(2).iso / infovia / win31 / dlhangup.sc_ / dlhangup.sc
Text File  |  1993-01-12  |  317b  |  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.