Last active
May 21, 2023 23:18
-
-
Save Rasinzz/1cc49b1dacd1ad094a7b9b2d45908334 to your computer and use it in GitHub Desktop.
FiveM run.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
%~dp0\..\server\FXServer.exe +exec server.cfg | |
@REM Delete Server Cache | |
@REM @echo off | |
@REM :choice | |
@REM set /P c=Would you like to delete the server cache? [Y/N] | |
@REM if /I "%c%" EQU "Y" goto :delete_cache | |
@REM if /I "%c%" EQU "N" goto :start_server | |
@REM goto :choice | |
@REM :delete_cache | |
@REM rmdir /s cache | |
@REM %~dp0\..\server\FXServer.exe +exec server.cfg | |
@REM exit | |
@REM :start_server | |
@REM @echo off | |
@REM %~dp0\..\server\FXServer.exe +exec server.cfg | |
@REM exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment