Can someone explain why sgminer automatically forces a terminal window to be open?
I really hate having the terminal open while I'm using the pc, so I was using the following vbs script to hide cgminer:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True
It works perfectly fine with cgminer and runs the .bat file without issue, and without a CMD window, but whenever I try using it with sgminer it will force open a CMD window. The above vbs script will open the sgminer bat file without issue, and sgminer will run without issue, but it will sit there in a CMD window.
Any way to get this to work similar to cgminer, without a CMD window?