home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / tm211_1.zip / TBBS.SCR < prev    next >
Text File  |  1990-05-25  |  382b  |  22 lines

  1. ;
  2. ; TBBS.SCR is a log on script file for TBBS
  3. ;
  4.  
  5. FirstName = "first"          ; put your first name
  6. LastName = "last"            ;  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.