home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-02-12 | 6.5 KB | 296 lines |
- [Branding]
- Type=1
- WizardVersion=4.73.2226.0
- CompanyName=TPG Internet
- Wizard_Version=4.73.2226.0
- Custom_Key=S430327
- Language Locale=EN
- Language ID=1033
- CMBitmapPath=
- CMBitmapName=
- CMProfilePath=
- CMProfileName=
- CMUseCustom=0
- Version=1,0,0,1
- Configuration ID=
- Add on Url=
- Window_Title_CN=TPG Internet
- Window_Title=Microsoft Internet Explorer provided by TPG Internet
- Toolbar Bitmap=D:\IEAK Distribution\cie3\Bitmaps\toolback.BMP
- IE4 Welcome Msg=1
- User Agent=TPG Internet
- Serverless=1
- NoDial=0
- SignupCustomDir=D:\IEAK Distribution\cie3\Custom
- Global=1
- Platform=2
- [Batch]
- Build_CD=1
- Build_Floppy=0
- Build_MultiFloppy=1
- Build_Win31=0
- [ActiveSetup]
- WizardTitle=TPG Internet Active Setup
- WizardBitmap=""
- [ActiveSetupSites]
- SiteUrl0=http://www.microsoft.com/WIN95_NT/ie4site
- SiteName0=Microsoft
- SiteRegion0=North America
- SiteUrl1=/WIN95_NT/ie4site
- SiteName1=
- SiteRegion1=
- SiteUrl2=/WIN95_NT/ie4site
- SiteName2=
- SiteRegion2=
- SiteUrl3=/WIN95_NT/ie4site
- SiteName3=
- SiteRegion3=
- SiteUrl4=/WIN95_NT/ie4site
- SiteName4=
- SiteRegion4=
- SiteUrl5=/WIN95_NT/ie4site
- SiteName5=
- SiteRegion5=
- SiteUrl6=/WIN95_NT/ie4site
- SiteName6=
- SiteRegion6=
- SiteUrl7=/WIN95_NT/ie4site
- SiteName7=
- SiteRegion7=
- SiteUrl8=/WIN95_NT/ie4site
- SiteName8=
- SiteRegion8=
- SiteUrl9=/WIN95_NT/ie4site
- SiteName9=
- SiteRegion9=
- [Internet_Mail]
- Window_Title=Outlook Express provided by TPG Internet
- Use_IMAP=No
- SMTP_Server=syd-mail.tpg.com.au
- POP_Server=syd-mail.tpg.com.au
- Default_Client=No
- Logon_Using_SPA=No
- Infopane=
- Welcome_Message=
- Welcome_Name=
- Welcome_Address=
- Infopane_Bitmap=
- Install_Mail_16=0
- [URL]
- Home_Page=http://www.tpg.com.au
- Search_Page=http://home.microsoft.com/search/search.asp
- Help_Page=http://support.microsoft.com
- Quick_Link_1_Name=Best of the Web
- Quick_Link_1=http://home.microsoft.com/exploring/exploring.asp
- Quick_Link_2_Name=Channel Guide
- Quick_Link_2=http://www.iechannelguide.com/guide/en/en_us.asp
- Quick_Link_3_Name=Customize Links
- Quick_Link_3=res://ie4tour.dll/qlinks.htm
- Quick_Link_4_Name=Internet Explorer News
- Quick_Link_4=http://www.microsoft.com/ie/ie40
- Quick_Link_5_Name=Internet Start
- Quick_Link_5=http://home.microsoft.com
- NoWelcome=0
- FirstHomePage=
- [Favorites]
- [DesktopObjects]
- Desktop Wallpaper Path=
- Channel Bar=0
- Desktop Component URL=
- Desktop Component Local Flag=0
- [Custom Wallpaper]
- NumFiles=0
- [Channel Add]
- Category=0
- [SWUpdates]
- SoftwareUpdates=0
- [Proxy]
- HTTP_Proxy_Server=
- FTP_Proxy_Server=
- Gopher_Proxy_Server=
- Secure_Proxy_Server=
- Socks_Proxy_Server=
- Use_Same_Proxy=1
- Proxy_Override=<local>
- Proxy_Enable=0
- [Entry]
- Entry_Name=TPG Sydney
- [Phone]
- Phone_Number=9887 8800
- Area_Code=2
- Country_Code=61
- Country_ID=61
- Dial_As_Is=No
- [User]
- Requires_Logon=Yes
- [Server]
- SW_Compress=Yes
- PW_Encrypt=No
- Type=PPP
- Negotiate_TCP/IP=Yes
- [TCP/IP]
- Specify_Server_Address=Yes
- IP_Header_Compress=Yes
- Gateway_On_Remote=Yes
- DNS_Address=203.12.160.35
- DNS_Alt_Address=203.12.160.36
- [Scripting]
- Path32=D:\IEAK Distribution\TPGI_WIN_NT.scp
- Name32=TPGI_WIN_NT.scp
- Name=TPGI_WIN_NT.scp
- [Internet_News]
- NNTP_Server=dnews.tpg.com.au
- Default_Client=No
- Logon_Using_SPA=No
- Logon_Required=0
- [LDAP]
- FriendlyName=
- Server=
- HomePage=
- SearchBase=
- Bitmap=
- CheckNames=0
- AuthType=0
- [ExtRegInf]
- chat=*,chat.inf,DefaultInstall
- conf=*,conf.inf,DefaultInstall
- inetset=*,inetset.inf,DefaultInstall
- oe=*,oe.inf,DefaultInstall
- [Script_File]
- 1=;
- 2=; This is a script file that demonstrates how
- 3=; to establish a PPP connection with a host
- 4=; that uses a menu system.
- 5=;
- 6=; A script file must have a 'main' procedure.
- 7=; All script execution starts with this 'main'
- 8=; procedure.
- 9=;
- 10=
- 11=
- 12=; Main entry point to script
- 13=;
- 14=proc main
- 15=
- 16= ; Change these variables to customize for your
- 17= ; specific Internet service provider
- 18=
- 19= integer nTries = 3
- 20=
- 21= ; This is the login prompt and timeout values
- 22=
- 23= string szLogin = "sername:"
- 24= integer nLoginTimeout = 3
- 25=
- 26= ; This is the password prompt and timeout values
- 27=
- 28= string szPW = "assword:"
- 29= integer nPWTimeout = 3
- 30=
- 31= ; This is the prompt once your password is verified
- 32=
- 33= string szPrompt = "hoice"
- 34=
- 35= ; This is the command to send to establish the
- 36= ; connection. This script assumes you only need
- 37= ; to issue one command to continue. Feel free
- 38= ; to add more commands if your provider requires
- 39= ; it.
- 40=
- 41= ;
- 42= ; This provider has a menu list like this:
- 43= ;
- 44= ; 1 : Our special GUI
- 45= ; 2 : Establish slip connection
- 46= ; 3 : Establish PPP connection
- 47= ; 4 : Establish shell access
- 48= ; 5 : Download our software
- 49= ; 6 : Exit
- 50= ;
- 51= ; annex:
- 52= ;
- 53=
- 54= string szConnect = "ppp^M"
- 55=
- 56= ; Set this to FALSE if you don't want to get an IP
- 57= ; address
- 58=
- 59= boolean bUseSlip = FALSE
- 60=
- 61=
- 62= ; -----------------------------------------------------
- 63=
- 64=
- 65= ; Delay for 2 seconds first to make sure the
- 66= ; host doesn't get confused when we send the
- 67= ; two carriage-returns.
- 68=
- 69= delay 2
- 70= ;transmit "^M^M"
- 71=
- 72= ; Attempt to login at most 'nTries' times
- 73=
- 74= while 0 < nTries do
- 75=
- 76= ; Wait for the login prompt before entering
- 77= ; the user ID, timeout after x seconds
- 78=
- 79= waitfor szLogin then DoLogin
- 80= until nLoginTimeout
- 81=
- 82=TryAgain:
- 83= transmit "^M" ; ping
- 84= nTries = nTries - 1
- 85=
- 86= endwhile
- 87=
- 88= goto BailOut
- 89=
- 90=DoLogin:
- 91= ; Enter user ID
- 92=
- 93= transmit $USERID, raw
- 94= transmit "^M"
- 95=
- 96= ; Wait for the password prompt
- 97=
- 98= waitfor szPW until nPWTimeout
- 99= if FALSE == $SUCCESS then
- 100= goto TryAgain
- 101= endif
- 102=
- 103= ; Send the password
- 104=
- 105= transmit $PASSWORD, raw
- 106= transmit "^M"
- 107=
- 108= ; Wait for the prompt
- 109=delay 2
- 110= waitfor szPrompt
- 111=
- 112= transmit szConnect
- 113=
- 114= if bUseSlip then
- 115= ; An alternative to the following line is
- 116= ;
- 117= ; waitfor "Your address is "
- 118= ; set ipaddr getip
- 119= ;
- 120= ; if we don't know the order of the IP addresses.
- 121=
- 122= set ipaddr getip 2
- 123= endif
- 124= goto Done
- 125=
- 126=BailOut:
- 127= ; Something isn't responding. Halt the script
- 128= ; and let the user handle it manually.
- 129=
- 130= set screen keyboard on
- 131= halt
- 132=
- 133=Done:
- 134=delay 4
- 135=endproc
- 136=
-