Files @ r21214:f65cf75d5291
Branch filter:

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

zuu
(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and its elements
@echo off
if "%1" == "" goto err

echo Removing OpenSFX...

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

echo OpenSFX has been removed.
goto end

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

:end