home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 3
/
Chip_Hitware_Vol_03.iso
/
chiphit3
/
dfu
/
telemate
/
tbbs.tw_
< prev
next >
Wrap
Text File
|
1995-08-07
|
475b
|
25 lines
;
; TBBS.SCR is a log on script file for TBBS
;
string FirstName, LastName
FirstName = "first" ; put your first name
LastName = "last" ; and last name here
SET AutoStop,On ; stop script if carrier is lost
Waitfor 0 ; unlimited waiting time
Waitfor "First Name? "
Put FirstName
Waitfor "Last Name? "
Put LastName
Waitfor "Is this correct? "
Put "y",
Waitfor "Enter Your Password: "
Put "^&"