echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:
set executable=zcashgpuclient_silentarmy.exe
set commandline=zcashgpuclient_silentarmy.exe
set runforseconds=1800
set restartinseconds=10
set /a counter=0
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start
windows kullananlar için faydalı...
bu hangi program için genoil için değil gibi.
Hepsine uyar. Burada kullanılan komutlar ve değişkenler harici bir programdan bağımsız global geçerli işlemler. Herhangi bir programa özel hiçbir işlem yok rahatlıkla hepsi için kullanabilirsiniz.
değişen sadece
set executable=genoil.exe
set commandline=genoil.exe
hepsi bu kadar..