home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.rainsoft.?
/
ftp.rainsoft.zip
/
rainsoft
/
win95
/
tmate42.exe
/
SPITFIRE.SCR
< prev
next >
Wrap
Text File
|
1995-06-14
|
515b
|
25 lines
;
; SPITFIRE.SCR is a log on script file for SpitFire BBS
;
string FirstName, LastName, Color
FirstName = "first" ; put you name here
LastName = "last"
Color = "Y" ; "Y"es or "N"o
SET AutoStop,On ; stop script if carrier is lost
Waitfor 0 ; unlimited waiting time
Waitfor "Do you want ANSI COLOR GRAPHICS? [y/N]"
Put Color,
Waitfor "first name"
Put FirstName
Waitfor "last name"
Put LastName
Waitfor "your password:"
Put "^&"