home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SDN¹ Plus
/
SDN1_.cdr
/
sdn
/
grap
/
pcdc205.sdn
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1989-06-18
|
2KB
|
41 lines
echo off
cls
echo\
echo ┌────────────────────────────────────────────────────────────┐
echo │ PC-Draft-CAD Installation │
echo │ This will create a DRAFT3 sub-directory on your │
echo │ current disk. To install on your hard disk (C:) │
echo │ │
echo │ 1 - Place this disk in drive A: │
echo │ 2 - Enter: [C:] to make it your current drive. │
echo │ 3 - Enter: [A:INSTALL]. │
echo │ │
echo │ To install on a two floppy system, you must have │
echo │ two formatted (empty) disks │
echo │ │
echo │ 1 - Place this disk in drive A: │
echo │ 2 - Place a blank disk in drive B: │
echo │ 3 - Enter: [B:] to make B: your current drive. │
echo │ 4 - Enter: [A:INSTALL]. │
echo │ 5 - When prompted switch the disk in B: │
echo │ │
echo │ │
echo └────────────────────────────────────────────────────────────┘
echo\
pause
md draft3
cd draft3
a:pcd-cad1
echo\
echo ┌────────────────────────────────────────────────────────────┐
echo │ If installing on a floppy, change to new disk in B: │
echo └────────────────────────────────────────────────────────────┘
pause
a:pcd-cad2
echo\
echo ┌────────────────────────────────────────────────────────────┐
echo │ Installation is complete, to run PC-Draft-CAD enter: │
echo │ DRAFT3 │
echo └────────────────────────────────────────────────────────────┘