Hi!
I'm just a noob with batch files (only wrote some simple ones) and now i'm hitting a wall.
(already searched the net for answers...)
I tried to create a batch file that would restart my CGminer every hour. Reason: sometimes my miners disconnect randomly. By restarting every hour I will minimize the loss of mined coins
I already found some code for timed actions, but now I'm first trying to get some input in CGminer when it runs.
I wanted to automatically type 's c y" to restart the program (settings-cgminer_restart-yes)
I use the "echo input.txt | cgminer.exe"
but all I get is 'redirection is not supported'
Is there a workaround or someone who does this in a completly different way (maybe even without batch files)
thx in advance!