echo off cls echo\ echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ PC-Draft-CAD Installation (BBS version) ³ echo ³ This will create a START.BAT file apropriate for your³ echo ³ display system. It creates 4 subdirectories for ³ echo ³ fonts, drawings, libraries, and macros -- and copies ³ echo ³ the appropriate files to them. ³ echo ³ ³ echo ³ This batch file is for those of you who ³ echo ³ have obtained PC-Draft-CAD from a BBS and have ³ echo ³ unpacked the three self extracting LHARC EXE files. ³ echo ³ ³ echo ³ If you got PC-Draft-CAD on disk, you should not ³ echo ³ run this. Instead run the INSTALL.BAT file on the ³ echo ³ floppy disk. ³ echo ³ ³ echo ³ You should have all the files from the three self- ³ echo ³ extracting EXE files in one sub-directory before ³ echo ³ running this. ³ echo ³ ³ echo ³ If you do not wish to continue, press Ctrl-C. ³ echo ³ ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ echo\ pause md fon md dwg md lib md mac copy *.fon fon del *.fon copy *.dwg dwg del *.dwg copy *.lib lib del *.lib copy *.mac mac del *.mac cls vidtest if errorlevel 7 goto HERCULES if errorlevel 5 goto VGACOLOR if errorlevel 4 goto VGAMONO if errorlevel 3 goto EGACOLOR if errorlevel 2 goto EGAMONO if errorlevel 1 goto CGA echo Error in detecting video adapter goto exit :HERCULES set vtype=Hercules copy hgcstart.bat start.bat del vgadrv.com del cgadrv.com del svgadrv.com goto exit :VGACOLOR set vtype=VGA-Color goto VGA :EGACOLOR set vtype=EGA-Color goto VGA :VGAMONO set vtype=VGA-Mono copy cga.cfg draft3.cfg goto MONO :EGAMONO set vtype=EGA-Mono :MONO copy cga.cfg draft3.cfg :VGA copy vgastart.bat start.bat del hgcdrv.exe goto exit :CGA set vtype=CGA copy cgastart.bat start.bat copy cga.cfg draft3.cfg :exit echo You have a %vtype% type video display :exit2 echo\ echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Installation is complete. To start PC-Draft-CAD, enter: ³ echo ³ ³ echo ³ START ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ echo\ echo\