Computer Jarggon
View Paper
ESSAY DETAILS
Words: 1812
Pages: 7
(approximately 235 words/page)
Pages: 7
(approximately 235 words/page)
Essay Database > Science & Technology
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
showed first 75 words of 1812 total
Sign up for EssayTask and enjoy a huge collection of student essays, term papers and research papers. Improve your grade with our unique database!
showed first 75 words of 1812 total
showed last 75 words of 1812 total
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 ------------------------------------------------------------------------ **Bibliography**
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 ------------------------------------------------------------------------ **Bibliography**