Automatically Log Into VPN

  • Thread starter Thread starter Jon Montana
  • Start date Start date
J

Jon Montana

I am trying to automate a process that includes connecting to VPN, running a
process, then disconnecting from VPN. My problem at this point is how to
automate the login process. I have stored the username and password, but it
requires the user to click the OK button to initiate the connection. Is
there a command line switch that I can add to the icon on the desktop to do
this?

Any suggestions would be greatly appreciated.

Thanks.

--
(DISCLAIMER: The preceding message reflects the opinion of only 1 out of
billions of Internet and Newsgroup users. It does not reflect the opinions
of any businesses, clubs, organizations, religious groups, unions,
associations, corporations, people, or small farm animals.)

--
 
Thanks a lot...I'll give it a shot.

--
(DISCLAIMER: The preceding message reflects the opinion of only 1 out of
billions of Internet and Newsgroup users. It does not reflect the opinions
of any businesses, clubs, organizations, religious groups, unions,
associations, corporations, people, or small farm animals.)

--
Jack Seredyniecki said:
Write a batch file:

rasdial connectionname username password

Jon Montana said:
I am trying to automate a process that includes connecting to VPN,
running
a
process, then disconnecting from VPN. My problem at this point is how to
automate the login process. I have stored the username and password,
but
 
You may want to encrypt the batch file since you're storing sensitive info
in it.
 
Back
Top