home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / tmw / rbbs.tw_ < prev    next >
Text File  |  1995-08-07  |  364b  |  20 lines

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