home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
software
/
sharware
/
komunik
/
QMODEM
/
ALLSCRPT.ZIP
/
FIDO-NET.SCR
< prev
next >
Wrap
Text File
|
1986-02-22
|
1KB
|
51 lines
.THIS IS A LINKED SCRIPT FOR FIDO-NET SYSTEMS.
.THE PROMPTS YOU GET FROM FIDO MAY BE DIFFERENT FROM THESE,
.SO PREPARE TO EDIT!!
.ALSO FIDO IS VERY TOUCHY ABOUT PAUSES AND STRAY CHARACTERS!!
.USE YOUR WORD PROCESSOR TO EDIT THIS FILE TO INCLUDE
. [1] Your First Name
. [2] Your Last Name
. [3] Your Password
.COMMENTS ARE PREDEDED BY A PERIOD & REFER TO THE NEXT COMMAND LINE
.Display message on-screen only
NOTE ** LOGON TO FIDO-NET **
.The next line says to WAITFOR 60 seconds before halting script
TIMEOUT 60
.FIDO-NET 'logon' is two spaces, separated by pauses
SEND "~ ~ ~"
.Wait for FIDO-NET to request your first name
WAITFOR "FIRST"
.[1] Reply with your first name, PAUSE first
SEND "~~FIRSTNAME{"
.Wait for FIDO-NET to request your last name
WAITFOR "LAST"
.[2] Send your last name, PAUSE first
SEND "~~LASTNAME{"
.Wait for FIDO-NET to request confirmation of your name
WAITFOR "]"
.Confirm it, PAUSE first
SEND "~~y{"
.Wait for FIDO-NET to request your password
WAITFOR "Password: "
.[3] Send pause, your password; include control characters if required
SEND "~~FAKE-PASSWORD{"
.Discontinue script processing; return control to keyboard
RETURN