C:\Documents and Settings\froman>"C:\Documents and Settings\froman\My Documents\Downloads\pooler-cpuminer-2.4.4-win32 (1)\RunMe.bat" C:\Documents and Settings\froman>C:\path\to\minerd.exe -a --scrypt -t 6 -s 4 -o stratum+tcp://aikapool.com:7915 -u man_cubus.paybills -p moneyThe system cannot find the path specified. fyi just incase it matters i opened cmd and draged the runme on to it
You obviously need to change C:\path\to\minerd.exe to the
actual path where the minerd.exe executable is located. Did you do that? If you're in the same folder as minerd.exe you can just type minerd.exe without any path, so the command would be:
minerd.exe -a --scrypt -t 6 -s 4 -o stratum+tcp://aikapool.com:7915 -u man_cubus.paybills -p money
Just open a command prompt, change directory to C:\Documents and Settings\froman\My Documents\Downloads\pooler-cpuminer-2.4.4-win32 (1)\, and run that command. Your commands to run (and the contents of a correct batch file) would be:
cd C:\Documents and Settings\froman\My Documents\Downloads\pooler-cpuminer-2.4.4-win32 (1)\
minerd.exe -a --scrypt -t 6 -s 4 -o stratum+tcp://aikapool.com:7915 -u man_cubus.paybills -p money