.k drive
echo " "
echo " "
echo " "
echo "            *e[33m'NAM 1965-1975*e[0m Hard Disk Installation"
echo " "
IF "<drive>" EQ ""
  echo "Please type : *e[33mexecute install_hd drive*e[0m"
  echo "where drive is the name of the drive you want to install 'NAM on to (eg *e[33mDH0:*e[0m)"
  echo " "
  quit
ENDIF
echo "This procedure will create a new directory on drive *e[33m<drive>*e[0m called *e[33mNAM*e[0m"
echo "and will copy all the files necessary to run the game from your drive."
echo "*e[33mNB*e[0m You will still have to put NAM game disk 1 into DF0: to run the game"
ask "OK to continue? "
if warn
else
 quit
endif
echo " "
IF EXISTS <drive>nam
  echo "*e[33mNAM*e[0m directory already exists on <drive>"
  echo "Please rename or delete the current NAM"
  echo " "
  quit
ENDIF
IF EXISTS nam_disk_1:
ENDIF
echo " "
echo "creating *e[33mNAM*e[0m directory on <drive>"
failat 99
makedir <drive>Nam
failat 20
echo "Copying disk 1 files"
failat 99
makedir <drive>Nam/data
copy nam_disk_1:data <drive>Nam/data
makedir <drive>Nam/pictures
copy nam_disk_1:pictures <drive>Nam/pictures
copy nam_disk_1:mod#? <drive>Nam
copy nam_disk_1:VietnamHD <drive>Nam/Vietnam
copy nam_disk_1:NamHD <drive>Nam
IF EXISTS nam_disk_2:
ENDIF
echo " "
echo "Copying disk 2 files"
failat 99
copy nam_disk_2:pictures <drive>Nam/pictures
echo " "
echo " "
echo " "
echo "Nam was succesfully installed! To play the game type"
echo "Firstly type *e[33massign NamHD: <drive>Nam*e[0m"
echo "(you may place this in your startup-sequence file)"
echo "Then type *e[33mExecute RunNam*e[0m"
echo " "
echo " "
