Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZERO - COMMUNITY TAKEOVER
by
muphdiv3r
on 08/03/2018, 18:38:22 UTC
Is it possible to auto restart Optiminer with a script via Windows?
File *.vbs

Code:
Set WshShell = WScript.CreateObject("WScript.Shell")
Do
  WshShell.Run "name.bat", 1, True
Loop Until False

Great!  Thanks Night, Ill try this when I get home.