other / AOC /setup.bat
KOUSEFU's picture
Upload 168 files
23ff181 verified
raw
history blame contribute delete
340 Bytes
@echo off
cls
attrib -r -s -h *.* /s
mythxpak.exe myth.pak
del myth.pak
cd data
..\replwavs *.drs
del *.wav
cd ..
del replwavs.exe
setupreg.exe
echo ---------------------------------------------------------------------------
echo OK, all done.
echo ---------------------------------------------------------------------------