home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / infoterm.zip / CIS.SCR < prev    next >
Text File  |  1993-04-04  |  282b  |  19 lines

  1. ;
  2. ; CIS.SCR is a log on script for CompuServe Information Service
  3. ;
  4.  
  5. WAITFOR CONNECT
  6.  
  7. SEND ^M
  8.  
  9. WAITFOR Host Name:
  10. SEND CIS^M
  11.  
  12. WAITFOR User ID:
  13. SEND 12345,6789^M
  14.  
  15. WAITFOR Password:
  16. SEND PASSWORD^M
  17.  
  18. ;    Replace "12345,6789" and "PASSWORD" with the correct settings
  19.