ECHO OFF CLS ECHO Installing PCvOBS on the hard disk (Drive C)... ECHO ----------------------------------------------------------- ECHO . ECHO Make sure that your PCvOBS disk is in Drive A (the one on ECHO left or on the top). If it isn't in this drive, or if you have ECHO changed your mind, and you do not wish to install PCvOBS on the ECHO hard disk, then press the control key (marked "Ctrl") and hold it ECHO down. While you are holding the key down, press the "Scroll ECHO Lock" key. When it asks you if you want to terminate the batch ECHO job, enter "y" for yes. This will return you to the operating ECHO system. ECHO . PAUSE ECHO . ECHO Please wait a few moments... C: ECHO . ECHO Making \PCvOBS directory... MD \PCvOBS CD \PCvOBS ECHO . ECHO Transferring PCvOBS files... COPY A:PCvOBS.EXE /V COPY A:PCVOBSUN.TPU /V ECHO . ECHO DONE! PCvOBS is now on the C:\PCvOBS directory ECHO ON