Thursday, November 01, 2007

DIAL.BAT:

ppp /c 2 /d script /s 57600 /v

The "/c 2" tells PPP to dial out on COM2. The "/d script" tells
PPP to use the file DIAL.PPP as a script. The "/s 57600" tells PPP
to connect at 57600 (I've got a 14.4 modem and 16550 UART). As of
this writing, 57600 is the fastest speed supported by ppp.exe (some
people fool ppp.exe into running at 115200 by using /s 65500). If
you don't have a 16550 uart, you should select 38400 for the speed.
The /v tells ppp to use verbose mode (displays more on the screen).