home *** CD-ROM | disk | FTP | other *** search
- ;
- ; FIDO.SCR is a log on script file for Fido BBS
- ;
-
- string Name
- Name = "first last" ; put your name here
-
- SET AutoStop,On ; stop script if carrier is lost
- Waitfor 0 ; unlimited waiting time
-
- Waitfor "first name"
- Put Name," y" ; put name and confirm
-
- Waitfor "password"
- Put "^&"
-
-