 |
INTERNET EXPLORER IN WIN 3.X
FYI requires a scripted login for Internet Explorer.
Create a file called "c:\iexplore\isp.scp"
that the Internet Explorer dialer will use to connect to FYI.
Goto the Accessories folder and open 'Notepad'.
Enter the following script file exactly as follows.
proc main
waitfor "ogin:"
transmit $USERID
transmit "^M"
waitfor "ssword:"
transmit $PASSWORD
transmit "^M"
waitfor "PPP:"
transmit "ppp"
transmit "^M"
waitfor "PPP."
endproc
Click 'File', 'Save as' and type the file name
'c:\iexplore\isp.scp'. Click 'Save'.
Goto your Program Manager, and select 'File', 'Run'. Enter
'c:\iexplore\iescript' and click 'OK'.
This will load the IE scripting program. Highlight the connection icon that
you setup to connect to FYI, click Browse. Goto your 'c:\iexplore'
directory, and double-click the 'isp.scp' file. Click OK. You may connect
using the dialer that you setup inside the Internet Explorer group.
|
|