(svn r23221) -Codechange: update the documentation and installers regarding the new directories

This commit is contained in:
rubidium
2011-11-14 21:39:14 +00:00
parent 57afd9e9e8
commit b6791f4d8f
9 changed files with 110 additions and 91 deletions

View File

@@ -3,8 +3,8 @@ if "%1" == "" goto err
echo Removing OpenGFX...
del %1\data\opengfx\*.* /n
rmdir %1\data\opengfx
del %1\baseset\opengfx\*.* /n
rmdir %1\baseset\opengfx
echo OpenGFX has been removed.
goto end