Hi everyone
In my script I run an application launching my VPN.
In the command line argument, I currently have CONNECT in place, which successfully launches the VPN.
However I would like the script to randomly choose between a series of predefined text commands, specifically locations.
For example CONNECT UNITED KINGDON, CONNECT FRANCE etc.
What is the best way to create a dynamic input for the command line argument? I tried creating list etc, doesnt seem to work
Thanks much