I'm trying to create a bat file that would first connect my WiFi, and once that's established connect VPN. Starting WiFi connection with netsh works, but not the VPN connection. Command
Code: Select all
openvpnconnect <full path>\profile.ovpnIs that even possible, if yes, how?
