First commit
This commit is contained in:
12
Start.bat
Normal file
12
Start.bat
Normal 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
|
||||
Reference in New Issue
Block a user