Adjust timetable GUI widget sizes and get rid of non-functional 'tiny' versions of...
[openttd-joker.git] / os / os2 / installer / download_nosound.cmd
blob39e9843a92e8692df4a6fb5dc29104a85a14cb15
1 @echo off
2 if "%1" == "" goto err
3 if "%2" == "" goto err
5 echo Downloading NoSound...
7 %1\wget http://binaries.openttd.org/installer/nosound-NOSOUND_VERSION.7z -O %2/baseset/nosound.7z
9 echo Extracting NoSound...
11 %1\7za x -y -O%2/baseset %2/baseset/nosound.7z
12 del %1\baseset\nosound.7z /n
14 echo NoSound has been installed.
15 goto end
17 :err
18 echo This batch file is only intended for use by the OpenTTD installer.
19 echo Please visit www.openttd.org for details on downloading NoSound.
21 :end