Echo Off
REM Copyright (c) 1988 by DANIEL H. HUDGINS, All Rights Reserved
REM For info write to: (send $1 to join the users group and get update notices)
REM DANIEL H. HUDGINS, 466 DIAMOND ST., SAN FRANCISCO, CA  94114
Cls
Echo Ignore The Syntax Error(s)
Echo .
 
if %1 == C goto DRIVE
if %1 == c goto DRIVE
if %1 == D goto DRIVE
if %1 == d goto DRIVE
if %1 == E goto DRIVE
if %1 == e goto DRIVE
if %1 == F goto DRIVE
if %1 == f goto DRIVE
if %1 == G goto DRIVE
if %1 == g goto DRIVE
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 DANCAD3D.DOC to change the video mode DANCAD3D will work on.
Echo .
Echo                  Enter A: if this disk is in your A: drive, or
Echo                  Enter B: if this disk is in your B: drive.
Echo .
Echo                                     THEN...
Echo .
Echo            To install DANCAD3D on your HARDDISK drive C or D enter:
Echo .
Echo                            INSTALL C  or  INSTALL D
Echo .
Echo .
GoTo FIN
 
:DRIVE
Cls
Echo Installing DANCAD 3D Version 2.x on Drive %1:...
Echo .
Echo ...
 
MD %1:\DC20
Echo DANCAD3D v2.x will reside in sub-directory %1:\DC20...
MD %1:\DC20\2D
Echo ... .
MD %1:\DC20\3D
Echo ... ..
MD %1:\DC20\ASCII
Echo ... ...
MD %1:\DC20\PIX
Echo ... ... .
MD %1:\DC20\ALIAS
Echo ... ... ..
MD %1:\DC20\MAC
Echo ... ... ...
 
Cls
Echo Copying The * FIRST * disk to your HARDDISK %1...
Copy *.* %1:\DC20
 
Echo 
Cls
Echo     If you got the program on two disks put The  *  SECOND  *  disk  into  the 
Echo floppy drive that you put the first disk into,  otherwise just leave the 720KB 
Echo in the drive it is in and press [Any-Key].  
Echo .  
Echo ...  
Pause 
 
Cls
Echo Copying The * SECOND * disk to your HARDDISK %1...
Echo .
Echo .
Copy *.* %1:\DC20
 
Cd %1:\DC20
%1:
Cls
 
README.BAT

:FIN
REM End of free distribution INSTALL.BAT file.
