After running your palworld dedicated server restart batch, I've come across two problems. After doing a "call" to re-open the palworld server exe, the "palworld server started" and "exiting in 5 seconds" lines does not echo. Also, the batch/cmd is not exiting after being ran. Any ideas? Thanks.
Are you running the CALL to the actual Pal.exe or another .bat file that runs Pal.exe?
You only want to use CALL for another .bat file. Otherwise use START
After running your palworld dedicated server restart batch, I've come across two problems. After doing a "call" to re-open the palworld server exe, the "palworld server started" and "exiting in 5 seconds" lines does not echo. Also, the batch/cmd is not exiting after being ran. Any ideas? Thanks.