forked from core/sinfar-haks
test for automated hak building
This commit is contained in:
parent
89a4d16c56
commit
1e4755bf1a
17
hak/HakBuilder.cmd
Normal file
17
hak/HakBuilder.cmd
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
@echo off
|
||||||
|
REM ============================
|
||||||
|
REM Build .hak files from folders
|
||||||
|
REM ============================
|
||||||
|
|
||||||
|
REM Path to nwhak.exe (adjust if needed)
|
||||||
|
REM set NWHak="nwhak.exe"
|
||||||
|
|
||||||
|
REM Loop through all subfolders in current directory
|
||||||
|
for /d %%F in (*) do (
|
||||||
|
echo Building %%F.hak from folder %%F ...
|
||||||
|
nwhak.exe "%%F.hak" "%%F"
|
||||||
|
)
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo Done! All .hak files have been created.
|
||||||
|
pause
|
BIN
hak/nwhak.exe
Normal file
BIN
hak/nwhak.exe
Normal file
Binary file not shown.
6
hak/nwhak.ini
Normal file
6
hak/nwhak.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Application]
|
||||||
|
State=0
|
||||||
|
Top=1
|
||||||
|
Left=1
|
||||||
|
Height=450
|
||||||
|
Width=330
|
Loading…
x
Reference in New Issue
Block a user