Hello;
I am trying to write a dial-up script on my W2k client to get some information from my modem before completing the logon process to the server.
Some sample scripts are located in WINNT\system32\ras and end in as a .scp extension.
The script I wrote is being invoked successfully when I dial up as I get the "OK" prompt back when the script drops the modem into command mode (+++). The problem is that any further commands are not executed because I can't figure out how to send a CR! The examples show "^M" which normally represents a control M. That does not work.
I've manually executed the commands I want to script and they work fine.
Two questions:
1) Does anyone know how to enter a CR in the script to be transmitted?
2) Does anyone know where I can find more information about the script commands?
Thank you
Brad
I am trying to write a dial-up script on my W2k client to get some information from my modem before completing the logon process to the server.
Some sample scripts are located in WINNT\system32\ras and end in as a .scp extension.
The script I wrote is being invoked successfully when I dial up as I get the "OK" prompt back when the script drops the modem into command mode (+++). The problem is that any further commands are not executed because I can't figure out how to send a CR! The examples show "^M" which normally represents a control M. That does not work.
I've manually executed the commands I want to script and they work fine.
Two questions:
1) Does anyone know how to enter a CR in the script to be transmitted?
2) Does anyone know where I can find more information about the script commands?
Thank you
Brad