home *** CD-ROM | disk | FTP | other *** search
- /* Provider Configuration Follows:
- Name FIN_TeleInetOpen ; Name for this configuration
- DialUp 1
- Interface slip ;
- InterfaceConfig "VJCMode=2" ; Use Van Jacobson header compression
- NeedSerial 1
- IPDynamic 1 ; 1 = YES, 0 = NO
- IPAddr ; IP-address if static
- NSDynamic 1 ; 1 = YES, 0 = NO
- UseBootP 1 ; 1 = YES, 0 = NO
- MTU 576 ; Provider specific
- Phone 10631063 ; Provider phone number (without spaces)
- */
-
- /*
- * $Id$
- *
- * AmiTCP/IP Dial Script for Telecom Finland INet Open
- *
- * Copyright © 1995 AmiTCP/IP Group,
- * Network Solutions Development Inc.
- * All rights reserved.
- *
- */
-
- options results
- signal on error
-
- Set WaitForTimeout 30
- Set InterCharDelay 100
-
- ShowConsole
-
- call CommandState
-
- call Dial
-
- WaitFor "your system."
- Pause 1
-
- exit 0; /* succesfull exit */
-
- error:
- Say "TeleInetOpen: Command on line" SIGL "returned" RC ":" SerScript.LASTERROR
- Exit 10
-