self made program/.bat...

01/27/2019 14:29 mrfudgeu#1
hello
i have 1account .. 4chars in it
i lvl them all
but i manually logon and off between them every 5h30min
since every char stay offline 13hour .. it gets a buff of 5hours bounce +50% XP
question is...
how to set sbot
or how to set windows 10 .bat
or any other way...
to do a .. every 5h30min or 6hours
or certain zone time or windows time...
to close an SBot windows .. and open the next one...
in order...?
i read somewhere long time .. that i can .. but lost the thread...
&
i really need this...
but i wanna do it my self...
heard .bat is easy ..
but dont know if i can set it to trigger and do it in order each zone time reached
02/06/2019 13:34 Incendlary#2
Code:
start SBOT.exe
timeout /t 21600
taskkill /im SBOT.exe
This command will open SBOT.exe and end the task after 21600 seconds. (6 hours)
You have to open an empty notepad and paste the code on it and save it as .bat file.
Rename SBOT.exe to the executable file's name and put the .bat file in the desired folder.