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 / MCI.SCR < prev    next >
Encoding:
Text File  |  1994-08-14  |  331 b   |  17 lines

  1. REM   MCI.SCR
  2. REM
  3. REM   Script created to logon to the MCI Mail Online Service
  4. REM   Created for use with FaxWorks Terminal
  5.  
  6. DESCRIPTION MCI Mail Online Service
  7.  
  8. 100 CPRINT ""
  9.  
  10.     WAITFOR 15000, "Please enter your user name:  "
  11.     CPRINT mciname$
  12.  
  13.     WAITFOR 5000, "Password:  "
  14.     CPRINT mcipassword$
  15.  
  16. 200 END
  17.