Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
lbr
on 09/10/2014, 06:37:33 UTC
I have no idea why, but it works fine. Thanks

weird..

Maybe cause of "True"?

Code:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True
-> invisible.vbs:
Quote
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

Quote
bWaitOnReturn
Optional. Boolean value indicating whether the script should wait for the program to finish executing before continuing to the next statement in your script. If set to true, script execution halts until the program finishes, and Run returns any error code returned by the program. If set to false (the default), the Run method returns immediately after starting the program, automatically returning 0 (not to be interpreted as an error code).
http://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx