@echo off set fatal=no echo. echo Checking your installation of PC-Dragon V1.2: if exist RUNME.BAT goto okdir echo Please run RUNME.BAT from the directory where you installed PC-Dragon. goto exit :okdir if not exist *.CAS goto okunz echo Your directory structure is incorrect. You should delete this copy of echo PC-Dragon and re-install using PKUNZIP -d option to create directories. :okunz if exist DRAGON.EXE goto okmain echo You are somehow missing the main executable DRAGON.EXE! echo You will have to obtain/unzip a new copy of PCDGN102.ZIP! goto exit :okmain if exist DRAGROM.DGN goto okrom if exist TANDYROM.DGN goto okrom echo You are missing a ROM image file DRAGROM.DGN or TANDYROM.DGN. echo This file is not provided in the .ZIP -- you will have to download a echo copy from elsewhere, or transfer it from your Dragon 32, Dragon 64, or echo Tandy CoCo. See documentation file for details. set fatal=yes :okrom if not exist PCDRAGON.DOC echo You are missing the optional documentation file PCDRAGON.DOC. if not exist HISTORY.DOC echo You are missing the optional version history file HISTORY.DOC. if not exist DRAGDEB.EXE echo You are missing the optional debug version DRAGDEB.EXE. if not exist CLOADM.EXE echo You are missing the optional cassette reading program CLOADM.EXE. if not exist CSAVEM.EXE echo You are missing the optional cassette writing program CSAVEM.EXE. if not exist CAS2PAK.EXE echo You are missing the optional file conversion program CAS2PAK.EXE. if exist EGAVGA.BGI You no longer need EGAVGA.BGI; only older PC-Dragon versions require this. if exist *.ZIP echo There appears to be a redundant .ZIP file here. if exist INSTALL.BAT echo You can delete INSTALL.BAT if you do not wish to make an install disk. if %fatal%==yes goto exit if exist ROM_STUB.DGN echo You can delete ROM_STUB.DGN unless you plan to transfer another ROM image. echo You can now delete this file RUNME.BAT. echo Your installation is usable - type DRAGON to enter the emulator. :exit echo. set fatal=