I want to use Python to execute this command in Windows 10 command-line:
"C:\Program Files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\vpncli.exe" connect [some_server]
and after that to automatically answer "y" on "Connect Anyway" prompt. Which is the best way to do that?
Thanks.