First commit

This commit is contained in:
Vladislav Salikov
2024-10-26 18:28:15 +03:00
parent e2db1a5787
commit acdcf23a1b
3 changed files with 465 additions and 0 deletions

12
Start.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
set scriptPath=%~dp0
set update=0
if "%1" equ "/U" set update=1
if "%1" equ "/u" set update=1
if "%1" equ "-U" set update=1
if "%1" equ "-u" set update=1
if "%1" equ "--update" set update=1
cd /d %scriptPath%
@REM powershell -ExecutionPolicy RemoteSigned -File wDayzManager.ps1 %update%
powershell -ExecutionPolicy RemoteSigned -File wDayzManager.ps1 %update% > wDayzManager.log