Added creating INI-file.

This commit is contained in:
2024-11-29 20:10:51 +03:00
parent 206599127c
commit 1f731756fd
3 changed files with 195 additions and 128 deletions

View File

@@ -25,6 +25,7 @@ if "%1" equ "-U" set update=1
if "%1" equ "-u" set update=1
if "%1" equ "--update" set update=1
powershell -ExecutionPolicy RemoteSigned -File wDayzManager.ps1 %update% > %filename%
powershell -ExecutionPolicy RemoteSigned -File wDayzManager.ps1 %update%
@REM powershell -ExecutionPolicy RemoteSigned -File wDayzManager.ps1 %update% > %filename%
popd