after decompressing there are two files setup.bat, after I delete first file and use second file and I run it in folder with files to decompress
It only delete all files
second file setup.bat are there mistakes
@echo off
copy Uharc.exe uharc.bak
CLS
Uharc.exe x -y+ other.uha
other.exe
del other.uha
del other.exe
copy uharc.bak Uharc.exe
Uharc.exe x -y+ res.uha
res.exe
del res.uha
del res.exe
copy uharc.bak Uharc.exe
Uharc.exe x -y+ sound.uha
sound.exe
del sound.uha
del sound.exe
copy uharc.bak Uharc.exe
Uharc.exe x -y+ dat.uha
dat.exe
del dat.uha
del dat.exe
regsetup.exe
CLS
echo All Done!