@echo off set NAME=LifeKeeper 8.8.0 Cygwin DLL Patch REM Change working directory to the directory where this script file is located cd /d %~dp0 if not exist _inst.cmd ( echo Error: Unable to install patch - missing _inst.cmd installer script. echo. echo If you are running this installer from a .zip file, please echo extract the zip files to a folder and run from that folder. echo. exit /b 1 ) start "%NAME% Installation" /WAIT CMD /C _inst.cmd if %errorlevel%==0 ( echo %NAME% installed successfully ) else ( echo Error installing %NAME% )