home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / BBS / LIB022.ARC / WILDCAT!.SCR < prev   
Text File  |  1988-01-01  |  657b  |  18 lines

  1.      ;
  2.      ;  Logon Script for the WILDCAT! BBS system
  3.      ;
  4.      ;  This script is to be linked to your Phone Book entry(s)
  5.      ;  that run the Wildcat! BBS system.  It is also assumed that
  6.      ;  the password field for each entry has been completed so
  7.      ;  this script can be linked to multiple entries.
  8.      ;
  9.  
  10. Waitfor "Name? "               ; Look for name prompt
  11.  
  12. Send    "Firstname Lastname{"  ; Send your first and last name
  13.  
  14. Waitfor "Password:"            ; Wait for the Password prompt
  15.  
  16. Send    "$PASSWORD{"           ; Send the password stored in the
  17.                                ;  phone book for the dialed entry.
  18. Exit