.BAT File Keep Closing When I open It! FIXED

Hi, Ive just fixed my problem with my ‘starter.bat’ file closing when I open it
This is Why:


– Wrong
cd cd /d C:\FiveMServer\server-data
C:\FiveMServer\FXServer.exe +exec server.cfg

– right
cd /d C:\FXServer\server-data
C:\FiveMServer\FXServer.exe +exec server.cfg


The file adress has to be correct
In my Situation it has been edited under ‘FiveMServer’ when it is supposed to be ‘FXServer’.

Hopefully this helps with your problem, if you have any questions just let me know!