The only time you will use this is if the customer can login under the TTY window but not under Windows' automated login process.
Make sure that you disable the TTY window once it is determined that the user can login with it.
Create the following file "gte.scp" in the "C:\Program Files\Accessories" directory.
proc main
	delay 2
	transmit "username^M"
	delay 2
	transmit "password^M"
	delay 1
endproc

----------------------------------
or
----------------------------------

proc main
	waitfor  "Login:"
	transmit "username^M"
	waitfor  "Password:"
	transmit "password^M"
	delay 1
endproc
     A quick way to do this is to type "notepad c:\program files\accessories\gte.scp" in the RUN option under the start menu. Then have the customer type in the script and save the file.
Go to the properties of the GTE connection and select the "Scripting" tab. Put the directory path and filename in the box labeled "file name" and check the box to "Start terminal screen minimized".