Re: Win95 TCP/IP, PPP

Sammy Yousef (syousef@nospam.socs.uts.edu.au)
Wed, 4 Oct 1995 12:41:53 +1000 (EST)

On Tue, 3 Oct 1995 pmeric@nospam.vnet.ibm.com wrote:

> For Sammy's benefit, I will spell out the reason for my post re: TFM.

For Peter's benefit, I will spell out the reason for my post re:PPP

It's really easy when you follow instructions to simply type in what you
see without thinking about it. The error though slight would cause
whoever put '6' in the script to have the liine hang up on them
every time they connect. A minor error but with pain in the ____
consequences. Will you concede that my message was not just a waste or what!

Secondly, here is a win 95 PPP script that will work if you put in your
username and password where required:

----------------------------------------------------------------
proc main
waitfor "name"
transmit "PUTYOURUSERNAMEHERE^M"
waitfor "word"
transmit "PUTYOURPASSWORDHERE^M"
transmit "5^M"
endproc
----------------------------------------------------------------

by the way make sure you stick to the right case:)

+---------------------------------------------------------+
* "There are more things in heaven and earth, Horatio, *
* Than are dreamt of in your philosophy." *
* *
* Hamlet Act I Scene V 'Till next we meet...... *
* Sammy Yousef (syousef@nospam.socs.uts.edu.au) *
+---------------------------------------------------------+