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:
2026-05-10 13:15:00 +00:00
parent 42989b9f3e
commit f834258179
+7
View File
@@ -0,0 +1,7 @@
@echo off
echo ========================================
echo Abiotic Factor Server Manager
echo ========================================
echo.
powershell -ExecutionPolicy Bypass -File "AFSM.ps1"
pause