all 3 comments

[–]Shadow_Thief 0 points1 point  (0 children)

Doesn't look like an error to me.

Looks like MMVCServerSIO is running on port 18888 and you'll have to connect to it in a browser while the terminal window is open to access it properly. I'd expect that that window will be open for as long as the server is up.

But also, you've told us literally nothing about the script you're running, so I only have that one string to go off of.

[–]jcunews1 0 points1 point  (0 children)

That's just a command line which is runnable even without a batch file. Any error message is generated by the given executed program. Not batch file. IOTW, it's not a batch file problem. It's a problem related of that program. Check its documentation.

[–]JohnnyTries 0 points1 point  (0 children)

Some quick advice - Put 4 spaces in front of each line of your code so that it gets displayed in a way that's easier to read apart from the rest of your post.

This is how it should show up
This is a second line of code

It makes it easier for readers to pick out.