Files @ r17394:76c1d70108d8
Branch filter:

Location: cpp/openttd-patchpack/source/os/os2/installer/remove_opensfx.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 OpenSFX...

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

echo OpenSFX has been removed.
goto end

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

:end