Dial-Up Scripting Command Language
Date Submitted: 12/28/2004 23:27:16
Dial-Up Scripting Command Language
For Dial-Up Networking Scripting Support
Copyright (c) 1995 Microsoft Corp.
Table of Contents
1.0 Overview
2.0 Basic Structure of a Script
3.0 Variables
3.1 System Variables
4.0 String Literals
5.0 Expressions
6.0 Comments
7.0 Keywords
8.0 Commands
9.0 Reserved Words
1.0 Overview
Many Internet service providers and online services require you to manually enter information, such as your user name and password, to establish a connection. With Scripting support for Dial-Up Networking, you can write a script to automate this process.
A script
Is this Essay helpful? Join now to read this particular paper
and access over 480,000 just like this GET BETTER GRADES
and access over 480,000 just like this GET BETTER GRADES
FALSE.
Example:
integer count = 0
while count < 4 do
transmit "^M"
waitfor "Login:" until 10
if $SUCCESS then
goto DoLogin
endif
count = count + 1
endwhile
...
9.0 Reserved Words
The following words are reserved and may not be used as variable names.
and boolean databits delay
do endif endproc endwhile
even FALSE getip goto
halt if integer ipaddr
keyboard mark matchcase none
odd off on or
parity port proc raw
screen set space stopbits
string then transmit TRUE
until waitfor while
Need a custom written paper? Let our professional writers save your time.