Is it possible to launch a server on Windows using arguments such as an environment variable ?
I mean let’s say I have a development server which will be private and not visible only.
And in the meantime being able to run a “live” server which will be a stable version and that will be public.
So basically I want lo load specific resources depending on those arguments which implies running the run.bat file with arguments
Well to be honest, I’d like to store my code only on one Github repository and being able to run two FiveM servers on two different machines but with different configs (but the code I deliver would be the same)
Thx for replying, you see it’s more like a code maintenance enhancement I’m trying to achieve