home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / comm1 / telmt2-1.lzh / WWIV.SCR < prev   
Text File  |  1989-12-22  |  414b  |  23 lines

  1. ;
  2. ; WWIV.SCR is a log on script file for WWIV BBS
  3. ;
  4.  
  5. ID = "1"                     ; put your ID here
  6. Phone = "1212"               ; the last 4 digits of your phone number
  7. Graphics = "Y"               ; "Y"es or "N"o
  8.  
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "graphics?"
  12. Put Graphics
  13.  
  14. Waitfor "NN:"
  15. Put ID
  16.  
  17. Waitfor "password:","PW:"
  18. Put "^&"
  19.  
  20. Waitfor "-###-"
  21. Put Phone
  22.  
  23.