Files @ r18012:054cb8b8f64c
Branch filter:

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

translators
(svn r22831) -Update from WebTranslator v3.0:
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 1 changes by planetmaker
greek - 22 changes by kyrm
persian - 1 changes by Peymanpn
serbian - 5 changes by etran
spanish - 17 changes by Terkhen
@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