File restart with tools db

Try this:
Code:
timeout 5
:initialize
cd C:\Users\Dayz\Desktop\Serveur overwatch\tools
echo Starting db_utility ...
@start db_utility.bat
echo.
 
timeout 5
:initialize
cd C:\Users\Dayz\Desktop\Serveur overwatch\tools
echo Starting db_spawn vehicles ...
@start db_spawnvehicles.bat
echo
EXIT
 
I think I found my problem, I go on the idea of ​​closing the window open for db_utility with my automatic restart while I just have to put an exit at the end of my perl file.
 
Back
Top