.k name/a

echo "Now installing Simon the Sorcerer..."
echo "To correctly install, please specify the drive name ONLY."
echo "Example: HDINSTALL DH0:"


makedir <name>Simon
makedir <name>Simon/saves
copy DISK01:Simon.info <name>
copy DISK01: <name>Simon all
delete <name>Simon/Simon.info
copy DISK02: <name>Simon all
copy DISK03: <name>Simon all
copy DISK04: <name>Simon all
copy DISK05: <name>Simon all
copy DISK06: <name>Simon all
copy DISK07: <name>Simon all
copy DISK08: <name>Simon all
copy DISK09: <name>Simon all

echo "Simon the Sorcerer has now been installed...Have fun!"


