Computer Jarggon
Title: Computer Jarggon
Category: /Science & Technology
Details: Words: 1812 | Pages: 7 (approximately 235 words/page)
Computer Jarggon
Category: /Science & Technology
Details: Words: 1812 | Pages: 7 (approximately 235 words/page)
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
You are viewing only a small portion of the paper.
Please login or register to access the full copy.
Please login or register to access the full copy.
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**