n9mfk9 Posted November 27, 2006 Posted November 27, 2006 hi all were wod i put $wave in the run line so it can pas commands to the exe #include <Constants.au3> $ans="67" $wave = "set:0:0:0: volume:"&$ans $iPID= Run("c:\volumeline/volumeline.exe","",@SW_HIDE , $STDERR_CHILD + $STDOUT_CHILD) $sGather = '' While Not @error $sGather &= stdOutRead($iPID) WEnd MsgBox(64, 'Info', $sGather) msgbox(0,"",$wave)
theguy0000 Posted November 27, 2006 Posted November 27, 2006 #include <Constants.au3> $ans="67" $wave = "set:0:0:0: volume:"&$ans $iPID= Run("c:\volumeline/volumeline.exe $wave","",@SW_HIDE , $STDERR_CHILD + $STDOUT_CHILD) $sGather = '' While Not @error $sGather &= stdOutRead($iPID) WEnd MsgBox(64, 'Info', $sGather) msgbox(0,"",$wave) that what you're looking for? If so, that would be called parameters, not commands and "wod" is spelled "would", "were" is spelled "where", and "pas" is spelled "pas" The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
/dev/null Posted November 27, 2006 Posted November 27, 2006 (edited) #include <Constants.au3> $ans="67" $wave = "set:0:0:0: volume:"&$ans $iPID= Run("c:\volumeline/volumeline.exe $wave","",@SW_HIDE , $STDERR_CHILD + $STDOUT_CHILD) Cheers Kurt Edited November 27, 2006 by /dev/null __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now