Server won't open in command prompt

I followed these two videos https://youtu.be/t4OhykbPjLg and https://youtu.be/izb7_wAb49U exactly, but When I try to open my server in command prompt the program just immediately closes. I am sharing two pictures first one is of my batch file to run the server the second is the CFG server program.


1 Like

You need quotes around directories that have spaces in them on windows.

E.g. "E:/My Folder/run.cmd" +exec server.cfg

Note: quotes need to be around all directories with spaces, not just the one.

1 Like

thank you very helpful got me a little bit further

thank you this helped open command prompt but now it says cannot find run.cmd

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.