hey buddy thank you very much for sharing, i gotta sleep and let it running.
btw , can i add more folders with 7,8,9,10 and edit .bat at set /p ch=[input the number of bot]£¨1 2 3 4 5 6): to set /p ch=[input the number of bot]£¨1 2 3 4 5 6 7 8 9 10): ?
obviusly ill add more command lines too
if /i "%ch%"=="1" goto :7
if /i "%ch%"=="2" goto :8
if /i "%ch%"=="3" goto :9
if /i "%ch%"=="4" goto :10
:1
cd 07
start /min ..\bot\NecroBot.exe
echo Running No.01 BOT
timeout /t 14400 /nobreak
taskkill /f /im NecroBot.exe > nul
cd..
:2
cd 08
start /min ..\bot\NecroBot.exe
echo Running No.02 BOT
timeout /t 14400 /nobreak
taskkill /f /im NecroBot.exe > nul
cd ..
:3
cd 09
start /min ..\bot\NecroBot.exe
echo Running No.03 BOT
timeout /t 14400 /nobreak
taskkill /f /im NecroBot.exe > nul
cd ..
:4
cd 10
start /min ..\bot\NecroBot.exe
echo Running No.04 BOT
timeout /t 14400 /nobreak
taskkill /f /im NecroBot.exe > nul
cd ..
its allright ?
Again thx for sharing !!!
