home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / u / uc31.zip / WILDCAT.SCR < prev   
Text File  |  1992-12-28  |  237b  |  16 lines

  1. ; Log on Script File for WildCat BBS Systems
  2. ;
  3. ; Substitute your information for
  4. ; FIRST, LAST and PASSWORD
  5. ;
  6.  
  7. Delay 2000
  8. Waitfor("ame ?")
  9. Send("FIRST^M")
  10. Waitfor("?")
  11. Send("LAST^M")
  12. Waitfor("]")
  13. Send("PASSWORD^M")
  14. exit
  15.  
  16.