home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 3 / Chip_Hitware_Vol_03.iso / chiphit3 / dfu / telemate / cis.tw_ < prev    next >
Text File  |  1995-08-07  |  305b  |  19 lines

  1. ;
  2. ; CIS.SCR is a log on script for CompuServe Information Service
  3. ;
  4.  
  5. SET AutoStop,On              ; stop script if carrier is lost
  6. Waitfor 0                  ; wait until string matched
  7.  
  8. Put
  9.  
  10. Waitfor "Host Name:  "
  11. Put "cis"
  12.  
  13. Waitfor "User ID: "
  14. Put "^!"
  15.  
  16. Waitfor "Password: "
  17. Put "^&"
  18.  
  19.