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 / TBBS.SCR < prev    next >
Text File  |  1989-12-22  |  383b  |  22 lines

  1. ;
  2. ; TBBS.SCR is a log on script file for TBBS
  3. ;
  4.  
  5. FirstName = "Winfred"        ; put your first name
  6. LastName = "Hu"              ;  and last name here
  7.  
  8. Waitfor 0                    ; unlimited waiting time
  9.  
  10. Waitfor "First Name? "
  11. Put FirstName
  12.  
  13. Waitfor "Last Name? "
  14. Put LastName
  15.  
  16. Waitfor "Is this correct? "
  17. Put "y",
  18.  
  19. Waitfor "Enter Your Password: "
  20. Put "^&"
  21.  
  22.