echo a | del *.stf
echo a | del *.bin

for %f in (*.tga) do xvtn64 -r %f
for %f in (*.bmp) do stuff %f -rle
for %f in (*.res) do res %f -flip -public
for %f in (*.stf) do res %f -flip -public
del *.res
del *.stf

