ECHO OFF CLS ECHO ÿ ECHO ÿ ECHO ÿ ECHO This procedure installs Who-U-Know on your C: hard drive. ECHO It only works if copying from a floppy disk in the B: drive. ECHO It puts a CONFIG.SYS file in your root directory (if you ECHO already have CONFIG.SYS, it will not be changed, but check ECHO it for minimum values of FILES=22 and BUFFERS=16). ECHO ÿ ECHO The procedure creates a sub-directory called \WHO, then it copies ECHO and unpacks the Who-U-Know files to that new sub-directory. ECHO ÿ ECHO ÿ ECHO ÿ ECHO If this is NOT what you want to do, hold down the Ctrl key and ECHO press C, and then reply Y. ECHO ÿ ECHO ÿ ECHO Otherwise, to proceed with the installation: ECHO ÿ PAUSE CLS ECHO ÿ ECHO ÿ ECHO ÿ C: ÿ CD\ ÿ IF EXIST CONFIG.SYS GOTO SKIP1 ECHO Installing new CONFIG.SYS file... ECHO ÿ ECHO ÿ ECHO ÿ COPY B:CONFIG.SYS :SKIP1 ECHO Creating \WHO sub-directory... MD WHO CD WHO IF EXIST DATA.FIL GOTO ERRMSG ECHO ÿ ECHO ÿ ECHO Copying to the new \WHO sub-directory... ECHO ON COPY B:WHOFILE.EXE WHOFILE ERASE WHOFILE.EXE ECHO OFF CLS ECHO ÿ ECHO ÿ ECHO ÿ ECHO The INSTALL is now complete. ECHO ÿ ECHO If a new CONFIG.SYS was needed, you will need to re-boot to make ECHO DOS aware of it. To re-boot press Ctrl, Alt, Del together, or ECHO turn your power switch off, and then back on. ECHO ÿ ECHO To start Who-U-Know, type CD \WHO and press ENTER. You should ECHO see C:\WHO on your monitor at the DOS prompt. Next type WHO ECHO and press ENTER to start the program. ECHO ÿ ECHO ÿ GOTO EOJ :ERRMSG CLS ECHO ERROR: Do not use INSTALL if you already have Who-U-Know on ECHO your system. Type UPGRADE to update to the new version. ECHO ÿ :EOJ ECHO ON