home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 001z / tbbs.scr < prev    next >
Text File  |  1989-03-01  |  911b  |  28 lines

  1.  
  2.      ; This Logon Script is for the MS-DOS TBBS Version And Works.
  3.      ;   
  4.      ; If you need a TBBS BBS to try it with call (512)464-8792 
  5.      ; 300/1200/2400 baud "Star Fleet Command Center" or just need help.
  6.      ;
  7.      ;  Logon Script for the TBBS BBS system
  8.      ;
  9.      ;  This script is to be linked to your Phone Book entry(s)
  10.      ;  that run the TBBS BBS system.  It is also assumed that
  11.      ;  the password field for each entry has been completed so
  12.      ;  this script can be linked to multiple entries.
  13.      ;
  14.  
  15. Waitfor "Name? "              .  Look for name prompt
  16.  
  17. Send    "ALAN;ELY^M"         .  Send your name and a CR
  18.  
  19. Waitfor "Is this correct? "
  20.  
  21. Send    "Y"
  22.  
  23. Waitfor "Password:"           .  Wait for the Password prompt
  24.  
  25. Send    "$PASSWORD^M"          .  Sent the password stored in the
  26.                               ;   phone book for the dialed entry.
  27. Exit
  28.