home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / microcom / w95_336 / w95_336.exe / install.exe / SCRIPTS.ZIP / COMPUSER.SCR next >
Encoding:
Text File  |  1994-08-14  |  373 b   |  20 lines

  1. REM   COMPUSER.SCR
  2. REM
  3. REM   Script created to logon to the Compuserve Online Service
  4. REM   Created for use with FaxWorks Terminal
  5.  
  6. DESCRIPTION Compuserve Online Service
  7.  
  8. 100 CPRINT ""
  9.  
  10.     WAITFOR 40000,"Host Name:"
  11.     CPRINT "COMPUSERVE"
  12.  
  13.     WAITFOR 10000, "User ID:"
  14.     CPRINT cisid$
  15.  
  16.     WAITFOR 5000, "Password:"
  17.     CPRINT cispassword$
  18.  
  19. 200 END
  20.