Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
O-Coin
on 31/10/2018, 16:28:03 UTC
Hello,

Run Batch commands before starting miner HELP.  I am trying to run a OverdriveN Tool batch file to set OC and voltage.   The file runs perfectly on the machine if i launch it.  But when i try from Managed Miner Properties>batch Commands>Execute additional commands before starting the mining software.  It appears to open and close the .bat never allowing it to complete and apply the OC Profiles. I must need some type of wait command.
My command
C:\Users\XXXX\Desktop\OverdriveN\RUNONT.bat

Thanks.

@Patrike

Did you forget to specify the full path to your .exe in the bat file?
Windows doesn't magically know where your exe is.
Or you could add this to the top of your .bat file (if your .exe is in the same folder):

cd %~dp0

That did it thank you.