Jump to content

commands to a exe?


n9mfk9
 Share

Recommended Posts

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)
Link to comment
Share on other sites

#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

Link to comment
Share on other sites

#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 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 *

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...