Andrew1175 / Palworld-Dedicated-Server-Scripts-for-Windows-OS

These are scripts that you can use to help manage your Palworld dedicated server.
1 stars 0 forks source link

Two Batch Problems #1

Open brvndons opened 5 months ago

brvndons commented 5 months ago

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.

Andrew1175 commented 5 months ago

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