Skip to content

Instantly share code, notes, and snippets.

@Rasinzz
Last active May 21, 2023 23:18
Show Gist options
  • Save Rasinzz/1cc49b1dacd1ad094a7b9b2d45908334 to your computer and use it in GitHub Desktop.
Save Rasinzz/1cc49b1dacd1ad094a7b9b2d45908334 to your computer and use it in GitHub Desktop.
FiveM run.cmd
@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