home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / tm211_1.zip / CIS.SCR < prev    next >
Text File  |  1990-05-25  |  288b  |  19 lines

  1. ;
  2. ; CIS.SCR is a log on script for CompuServe Information Service
  3. ;
  4.  
  5. ID = "12345,6789"          ; put your ID here
  6.  
  7. Waitfor 0                  ; wait until string matched
  8.  
  9. Put
  10.  
  11. Waitfor "Host Name:  "
  12. Put "cis"
  13.  
  14. Waitfor "User ID: "
  15. Put ID
  16.  
  17. Waitfor "Password: "
  18. Put "^&"
  19.