home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
graphic1
/
pcdraft2.lzh
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1990-05-07
|
3KB
|
68 lines
echo off
cls
echo\
echo ┌────────────────────────────────────────────────────────────┐
echo │ PC-Draft II Installation (Disk version) │
echo │ │
echo │ This will create a DRAFT2 sub-directory on your │
echo │ current disk. To install on your current hard disk │
echo │ │
echo │ 1 - Place this disk in drive A: │
echo │ │
echo │ 2 - Make your hard disk root directory current. │
echo │ ie: for the C: drive: enter: [C:] and [CD \] │
echo │ │
echo │ 3 - Enter: [A:INSTALL]. │
echo │ │
echo │ This will extract all the files from the self- │
echo │ extracting LHARC files and will create directories │
echo │ for the different file types. │
echo │ │
echo │ This batch file is for those of you who have │
echo │ obtained PC-Draft II on disk. │
echo │ │
echo │ If you do not wish to continue, press Ctrl-C. │
echo │ │
echo └────────────────────────────────────────────────────────────┘
echo\
pause
md draft2
md draft2\fon
md draft2\pic
md draft2\dwg
md draft2\obj
md draft2\mac
md draft2\pat
md draft2\pts
md draft2\scr
cd draft2
a:pcd2-1
a:pcd2-2
if exist a:pcd2-3.exe a:pcd2-3
copy *.fon fon
del *.fon
copy *.pic pic
del *.pic
copy *.dwg dwg
del *.dwg
copy *.mac mac
del *.mac
copy *.obj obj
del *.obj
copy *.pat pat
del *.pat
copy *.scr scr
del *.scr
copy *.pts pts
del *.pts
:exit
echo\
echo ┌────────────────────────────────────────────────────────────┐
echo │ Installation is complete. To start PC-Draft II, enter: │
echo │ │
echo │ DRAFT2 │
echo └────────────────────────────────────────────────────────────┘
echo\
echo\