Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dial-up scripts on W2K Client

Status
Not open for further replies.

blargent

MIS
Sep 24, 1999
6
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top