home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / DLHANGUP.SCR < prev    next >
Text File  |  1993-01-11  |  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.