home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02172 / tele1.exe / RBBS.SCR < prev    next >
Text File  |  1992-01-03  |  336b  |  19 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. FirstName = "first"          ; put your name here
  6. LastName = "last"
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "first"
  12. Put FirstName
  13. Delay 5
  14. Put LastName
  15.  
  16. Waitfor "password",5
  17. Put "^&"
  18.  
  19.