home *** CD-ROM | disk | FTP | other *** search
- ; This is the initialisation script. It is only run when GPDial is
- ; started.
- ;
- hide
- send "$GPD_INIT"
- wait "OK" 5 ERROR
- end
- ;
- ; If the modem failed to initialise then print an error message
- ; and quit
- ;
- lab ERROR:
- printerror "Error initialising modem\nCheck it is turned on"
- quit
- ;
- ; End of file
- ;
-