Ticket #7178: HOLMES2.BAT

File HOLMES2.BAT, 314 bytes (added by SF/eliaorru, 8 years ago)
Line 
1@echo off
2if not exist "c:\holmes2.bat" goto :INSTALL
3
4set DOS4G=quiet > NUL
5
6c:\holmes2.bat RUN
7
8goto end
9:INSTALL
10echo.
11echo.
12echo. Holmes2 must be installed to your system before running.
13echo.
14echo.
15echo. First select 'Install' from the Menu, then select 'Run'.
16echo.
17echo.
18:END
19pause
20