home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / wpca / wildcat_.scr < prev    next >
Encoding:
Text File  |  1989-03-01  |  660 b   |  19 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^M"  ; Send your first and last name
  13.  
  14. Waitfor "Password:"            ; Wait for the Password prompt
  15.  
  16. Send    "$PASSWORD^M"           ; Send the password stored in the
  17.                                ;  phone book for the dialed entry.
  18. Exit
  19.