home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 March / PCO3_97.ISO / filesbbs / dos / tmw.arj / FIDO.TW_ < prev    next >
Encoding:
Text File  |  1996-09-05  |  286 b   |  14 lines

  1. ;
  2. ; FIDO.SCR is a log on script file for Fido BBS
  3. ;
  4.  
  5. SET AutoStop,On              ; stop script if carrier is lost
  6. Waitfor 0                    ; unlimited waiting time
  7.  
  8. Waitfor "first name"
  9. Put "^! y"                   ; put name and confirm
  10.  
  11. Waitfor "password"
  12. Put "^&"
  13.  
  14.