run wal2tga.bat to convert all .wal files in the current and sub folders

the batch file does: FOR /r %%i in (*.wal) DO wal2tga.exe "%%i" "%%~dpni.tga"

WAL 8 bit to TGA 24 bit - Version 1.0 - 2003-06-19 by [Win]Elchtest - http://www.quake.de
-----------------------------------------------------------------------------------------

This tool litte tool helps you converting the quake2 texture format to TGA with 24 bits.
Sure you could use tools like Wally for it, too. But maybe you prefer a small command line
tool more :).

Known Bugs
----------
* none

[Win]Elchtest
elchtest(at)quake.de