I'm trying to automate a number of VPN connections so that I can launch them through batch files and have them connect automatically. The batch file line that does the call looks like this (where 13607 is the profile name):
C:\PROGRA~1\CISCOS~1\VPNCLI~1\vpnclient connect sd 13607
It connects and gets through all of the logins just fine. After connecting, it asks,
"Do you wish to continue? (y/n):".
I cannot figure out how to answer yes to this question so that the automated processing will continue. Certainly someone has dealt with this issue before. Is there an argument I can pass in the batchfile? Any ideas? Thank you!
Doug
C:\PROGRA~1\CISCOS~1\VPNCLI~1\vpnclient connect sd 13607
It connects and gets through all of the logins just fine. After connecting, it asks,
"Do you wish to continue? (y/n):".
I cannot figure out how to answer yes to this question so that the automated processing will continue. Certainly someone has dealt with this issue before. Is there an argument I can pass in the batchfile? Any ideas? Thank you!
Doug