repo.or.cz
/
openttd-joker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adjust timetable GUI widget sizes and get rid of non-functional 'tiny' versions of...
[openttd-joker.git]
/
os
/
os2
/
installer
/
remove_opengfx.cmd
blob
71465d1677e04bf2a4d9915a6e61cab3ef562235
1
@
echo
off
2
if
"%1"
==
""
goto
err
3
4
echo
Removing OpenGFX...
5
6
del
%
1
\b
aseset\opengfx\
*
.
* /
n
7
rmdir
%
1
\b
aseset\opengfx
8
9
echo
OpenGFX has been removed.
10
goto end
11
12
:err
13
echo
This batch file is only intended
for
use
by the OpenTTD installer.
14
15
:end