diff --git a/Cisco/ASA/StartVPN.CMD b/Cisco/ASA/StartVPN.CMD new file mode 100644 index 0000000..2f3df33 --- /dev/null +++ b/Cisco/ASA/StartVPN.CMD @@ -0,0 +1,12 @@ +@echo off +rem : Batch to start ShrewSoft VPN Client and connect automatically to CISCO ASA + +rem : Outfit + Color 17 + +rem : Use Start to close the Batch after calling the VPN +rem : -r VPN target to connect to +rem : -u Username +rem : -p Password +rem : -a Connect automatically + start /min "" "C:\Program Files\ShrewSoft\VPN Client\ipsecc.exe" -r TARGET -u "USER" -p "PASSWORD" -a