Add LaunchServer.bat
Double-click the .bat file instead of the .ps1 file. .bat files always run (no restrictions) The -ExecutionPolicy Bypass flag overrides the policy just for this script
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
@echo off
|
||||||
|
echo ========================================
|
||||||
|
echo Abiotic Factor Server Manager
|
||||||
|
echo ========================================
|
||||||
|
echo.
|
||||||
|
powershell -ExecutionPolicy Bypass -File "AFSM.ps1"
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user