Files
Abiotic-Factor-Server-Manager/LaunchServer.bat
T
gitnl f834258179 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
2026-05-10 13:15:00 +00:00

7 lines
200 B
Batchfile

@echo off
echo ========================================
echo Abiotic Factor Server Manager
echo ========================================
echo.
powershell -ExecutionPolicy Bypass -File "AFSM.ps1"
pause