Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZERO - COMMUNITY TAKEOVER
by
muphdiv3r
on 09/03/2018, 16:45:17 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.

Hey -Night-, it works!  Thank you.  My issue though is when I try to close it manually it keeps popping back up.  I had end process via task manager but thats okay.  Again, thanks for the tip!