Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZERO - COMMUNITY TAKEOVER
by
-Night-
on 08/03/2018, 18:01:28 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