ECHO Off
REM Copyright (c) 1990, 1992 by DANIEL H. HUDGINS, All Rights Reserved
REM Send USD $1 to join the users group and get update notices.
REM DANIEL H. HUDGINS, 466 DIAMOND ST., SAN FRANCISCO, CA  94114, U.S.A.
Cls
ECHO Ignore The Syntax Error(s)
ECHO .

if %1 == A goto DRIVE
if %1 == a goto DRIVE
if %1 == B goto DRIVE
if %1 == b goto DRIVE

CLS
ECHO +----------------------------------------------------------------------------+
ECHO :                                                                            :
ECHO :              I  N  S  T  A  L  L     D  A  N  C  A  D    3  D              :
ECHO :                                                                            :
ECHO +----------------------------------------------------------------------------+
ECHO .
ECHO .
ECHO Read file DANCAD3D.DOC for additional information on how to install DANCAD3D.
ECHO .
ECHO Enter INSTALL followed by a space,  then the drive letter of the floppy drive
ECHO this disk is in, then a space, then the letter the harddisk you want DANCAD3D
ECHO to be installed on.  Start installing with the disk marked 3D-1 (disk 1 of 5).
ECHO .
ECHO To install DANCAD3D on your HARDDISK drive C from floppy drive A enter:
ECHO .
ECHO A:\INSTALL A C  
ECHO .
ECHO To install DANCAD3D on your HARDDISK drive D from floppy drive B enter:
ECHO .
ECHO B:\INSTALL B D  (And so on...)
ECHO .
GoTo FIN

:DRIVE
CLS
ECHO Installing DANCAD3D Version 2.5 on Drive %2:...
ECHO .

CD %2:\
CD %1:\
 
MD %2:\DC25
ECHO DANCAD3D v2.5 will reside in sub-directory %2:\DC25.
MD %2:\DC25\2D
ECHO ... .
MD %2:\DC25\3D
ECHO ... ..
MD %2:\DC25\ASCII
ECHO ... ...
MD %2:\DC25\PIX
ECHO ... ... .
MD %2:\DC25\ALIAS
ECHO ... ... ..
MD %2:\DC25\MAC
ECHO ... ... ...
MD %2:\DC25\DRIVERS
ECHO ... ... ... .
MD %2:\DC25\FONTS
ECHO ... ... ... ..
 
Cls
ECHO COPYING: The program disk 3D-1 (1 of a set of 5) to your HARDDISK %2...
Copy %1:\*.* %2:\DC25
 
ECHO 
Cls
ECHO     If you got the program on five disks put The disk DC-2 into the 
ECHO floppy drive that you put the first disk into, otherwise just leave 
ECHO first 720KB disk in the drive it is in and press [Any-Key].  
ECHO .  
Pause 
 
Cls
ECHO Copying The disk 3D-2 to your HARDDISK %2...
ECHO .

Copy %1:\*.* %2:\DC25

ECHO 
Cls
ECHO     If you got the program on five disks put The disk DC-3 into the 
ECHO floppy drive that you put the first disk into, otherwise put the    
ECHO second 720KB disk in the drive it is in and press [Any-Key].  
ECHO .  
Pause 
 
Cls
ECHO Copying The disk 3D-3 to your HARDDISK %2...
ECHO .

Copy %1:\*.* %2:\DC25

ECHO 
Cls
ECHO     If you got the program on five disks put The disk DC-4 into the 
ECHO floppy drive that you put the first disk into, otherwise just leave 
ECHO second 720KB disk in the drive it is in and press [Any-Key].  
ECHO .  
Pause 
 
Cls
ECHO Copying The disk 3D-4 to your HARDDISK %2...
ECHO .

Copy %1:\*.* %2:\DC25

ECHO 
Cls
ECHO     If you got the program on five disks put The disk DC-5 into the 
ECHO floppy drive that you put the first disk into, otherwise put the
ECHO third 720KB disk in the drive it is in and press [Any-Key].
ECHO .
Pause

Cls
ECHO Copying The disk 3D-5 to your HARDDISK %2...
ECHO .

Copy %1:\*.* %2:\DC25

Copy %2:\DC25\*.PRN %2:\DC25\DRIVERS\*.*
Copy %2:\DC25\*.JET %2:\DC25\DRIVERS\*.*
Copy %2:\DC25\*.PLT %2:\DC25\DRIVERS\*.*
Copy %2:\DC25\*.LZR %2:\DC25\DRIVERS\*.*

del %2:\DC25\*.PRN
del %2:\DC25\*.JET
del %2:\DC25\*.PLT
del %2:\DC25\*.LZR
del %2:\DC25\INSTALL.BAT 

Copy %2:\*.FON %2:\DC25\FONTS\*.*

CD %2:\DC25
%2:
CLS
 
README.BAT

:FIN
REM End INSTALL.BAT file for non-80x87 version of DANCAD3D v2.5.
