.KEY DestDir/a
echo "Installing THE FOOL'S ERRAND on <DestDir>."
if not exists <DestDir>
   makedir <DestDir>
endif
if not exists <DestDir>.info
   copy Game_Disk:Empty.noinfo to <DestDir>.info
endif
if exists <DestDir>
   copy Game_Disk: to <DestDir> all quiet
   copy Show_Disk: to <DestDir> all quiet
endif
cd <DestDir>
rename Errand.noinfo as Errand.info
cd SYS:
echo "Now, add the following two lines to the end of your startup-sequence:"
echo "     assign Game_Disk: <DestDir>"
echo "     assign Show_Disk: <DestDir>"
echo ""
echo "Installation complete!"

