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!