Files @ r17394:76c1d70108d8
Branch filter:

Location: cpp/openttd-patchpack/source/os/os2/installer/remove_opengfx.cmd

rubidium
(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached the 200.000 bytes "limit" for loading language files
@echo off
if "%1" == "" goto err

echo Removing OpenGFX...

del %1\data\opengfx\*.* /n
rmdir %1\data\opengfx

echo OpenGFX has been removed.
goto end

:err
echo This batch file is only intended for use by the OpenTTD installer.

:end