@ECHO OFF CHECKSUB If -%1 == - GOTO ERROR1 INSTALL CLS ECHO ECHO This install file will install Tombstone Artist 2 0 to ECHO %1 ECHO If this directory does not exist then it will be created ECHO ECHO To install Tombstone Artist 2 0 manually create the directory ECHO that you wish to stick Tombstone Artist 2 0 in Change to that ECHO directory and run the self extracting TOMB-200 EXE with the -d ECHO parameter ECHO ECHO If you do not wish to continue the installation then press ECHO CTRL-C otherwise press any key to continue ECHO PAUSE NUL If EXIST %1 goto Unzip MD %1 UNZIP TOMB-200 -D %1 IF ERRORLEVEL 1 GOTO ERROR2 CD %1 ECHO ECHO Tombstone Artist should now be installed To run type ECHO TOMBART ENTER ECHO ECHO Please press any key to continue ECHO Pause NUL GOTO END ERROR1 ECHO ECHO Please supply a path to install Tombstone Artist 2 0 to IE ECHO INSTALL C TOMBART ENTER ECHO GOTO END ERROR2 ECHO ECHO TOMB-200 was not able to unarchive some or all of the files ECHO Please make sure you gave a valid drive and path ECHO GOTO END END