Hi Bill,
Microsoft Windows XP - Rasdial: (I'm not sure if this is available in
Windows XP Home Edition)
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/rasdial.mspx
Windows XP Professional has the RASDIAL utility. You can automate the
connection process for any Microsoft client by using a simple batch file and
the rasdial command. The rasdial command starts a network connection by
using a specified entry.
Usage: Open a Command Prompt window and type:
Rasdial <connectoid name> "username" "password" (beware! it's in clear-text)
Example: Rasdial <DishNet> "Roberts" "Roberts000"
This would initiate a dial-up/PPPOE connection to your ISP. You can create a
batch file with the above parameters and place it in your Startup folder, so
that XP dials to your ISP automatically at every startup. If you don't
prefer to enter the password in the batch file, use the following
command-line (XP will prompt you for a password - secure)
Rasdial <connectoid name> "username" *
Example: Rasdial <DishNet> "Roberts" *
NOTE: Type Rasdial.exe /? in the Command Prompt to learn more about this
command, it's other parameters.
Additional Information:
While RASDIAL has a /disconnect parameter, you can also run the following
command-line to terminate all the RAS/PPPOE connections:
Click Start, Run and type: rundll32 iedkcs32.dll,CloseRASConnections
--
Ramesh, Microsoft MVP
Window XP Shell/User
http://www.mvps.org/sramesh2k
In WIN ME I had a task to Automatically log my PC on to my ISP using the
following commend: