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 / MICROCOM.SCR < prev    next >
Encoding:
Text File  |  1994-09-30  |  350 b   |  18 lines

  1. REM   MICROCOM.SCR
  2. REM
  3. REM   Script created to logon to the Microcom BBS
  4. REM   Created for use with FaxWorks Terminal
  5.  
  6. DESCRIPTION Microcom BBS
  7.  
  8. 100 WAITFOR 50000, ": "
  9.     CPRINT microcomname$
  10.    
  11.     WAITFOR 5000, "Is this correct? "
  12.     CPRINT "Y";
  13.  
  14.     WAITFOR 10000, "Enter Your Password:"
  15.     CPRINT microcompassword$
  16.  
  17. 200 END
  18.