Howdy,   
Custom Launch script: looking to do a quick little auto relaunch script, and wondering do i input like was making a bat file into the custom script field? Sorry first go at a some what human free running server.     
Script is    
@echo off 
:loop 
Start "" /high "P:/ my file bath" 
timeout /t 14400 >null 
taskkill /f /im DCS.exe >nul 
goto loop     
Referance: https://thefraternitysim.com/how-to-properly-setup-a-dcs-world-dedicated-server/   
Please PM me with a screen shot, or code, if you don't mind, 
Thaaaanx