I have a script that I run to connect my users to our vpns. All the script has in it is this:
Proc main
waitfor “on:”
transmit “%%cug%%^M”
endproc
This script works on 4 laptops, but it does not work on our last one. On the laptop that it does not work for we get this in the terminal window:
Please logon: %%cug%
I then have to select the allow keyboard input and put the last “%” and a return for the connection to complete. Why would the script engine think that:
“%%cug%%^M” is “%%cug%”
Please help. Thanks