DUN script does not work - TechRepublic
General discussion
January 16, 2001 at 07:45 AM
lgurley

DUN script does not work

by lgurley . Updated 25 years, 4 months ago

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

This discussion is locked

All Comments