home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / TELMT2-1.LZH / RBBS.SCR < prev    next >
Text File  |  1989-12-22  |  272b  |  18 lines

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