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 / LIB022 / PCBOARD.SCR < prev    next >
Text File  |  1988-01-01  |  852b  |  27 lines

  1. ; This Script can be customized easily for PCBoard Auto Logons
  2.  
  3. ; Replace FIRSTNAME with your real first name.
  4. ; Replace LASTNAME with your real last name.
  5. ; Replace PASSWORD with you normal password.
  6.  
  7. TurnOn    ANSI  Music                ; Enable these for the color show!
  8. TurnOff   Split Linefeed             ; Options to disable
  9.  
  10. Note      Logging onto a PCBoard
  11.  
  12. Timeout   30 Halt                    ; Waitfor limit to 30, error goto Halt
  13.  
  14. Waitfor   'Want'                     ; Look for the Color Graphics prompt
  15. send      'Y{'                       ; Send a 'Y<CR>'
  16.  
  17. Waitfor   'Name'
  18. Send      'FIRSTNAME;LASTNAME;PASSWORD{'  ; Change to your vaild
  19.                                           ; information for the BBS
  20.  
  21. Note      You are now logged on!
  22. Exit
  23.  
  24. Halt:
  25. Note      Unsuccessful Attempt.
  26. Note      Script Halted
  27.