home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Survival Kit / Chip_Special_Survival_Kit_fuer_PC_Anwender.iso / 05sonst / telemate / _telemat.exe / FIDO.SCR < prev    next >
Text File  |  1993-07-20  |  339b  |  16 lines

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