home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
Wtestowe
/
OnNet16
/
DLDIALUP.SCR
< prev
next >
Wrap
Text File
|
1993-02-02
|
582b
|
23 lines
; DLDIALUP.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 open the LCP layer
;
; Note: Comscrpt ignores the following 3 commands if the SLIP kernel
; (SLPDRV) is being used because SLIP does not have lcp and ipcp
; layers. If using SLIP the presence or absence of these commands
; will not have an adverse effect.
;
signal lcp open
;
; Pause to confirm that the lcp and ipcp layers are open.
;
poll lcp open
poll ipcp open