starting a dial up or dsl connection with BAT file

  • Thread starter Thread starter Kenny S
  • Start date Start date
K

Kenny S

is there a way of starting a dial up or dsl connection with BAT file?

TIA

--
"hater"

Considered the opposite of a raver, a hater is a person who is: full of
hate, very judgmental, negative, sarcastic, depressing, manipulating, quick
to finger point at every little thing they find unsatisfactory or not to
their liking or perceived standard (judgmental).

Often the subject of the hatred is something widely liked by the hater's
social circle. The hater often proves the addage that "misery loves
company", and tries to ruin the enjoyment of others. Haters might see
themselves as iconoclasts, rebels or even as being wiser/more authentic than
the admirers of the subject. However, they are more likely just cynical and
bitter about not enjoying the subject, or not being a part of the larger
group. Instead of recognizing that it may be just a matter of personal taste
or preference, they attack the subject and those enjoy it. Typically the
things they propose as the flaws of the subject are trivial or subjective,
and reveal more about the hater than any real flaws of the subject.

The hater/raver terminology might have evolved from the rave subculture, but
both terms can applied to just about any human endeavor or interest. Every
band, movie, cause, activity, flavor or what have you, has its ravers and
haters.

The most insulting and offending word to a raver is not "****er", but
"hater".
 
can you give me an example of the code I must write in the bat file to make
this work?

thanks....
 
Usage: Open a Command Prompt window and type:

Rasdial <connectoid name> "username" "password" (beware! it's in clear-text)

Example: Rasdial <DishNet Broadband> "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" *

NOTE: Type Rasdial.exe /? in the Command Prompt to learn more about this
command, it's other parameters.
 
Back
Top