Shadowpp Posted April 18, 2008 Posted April 18, 2008 I am looking for a method to grab the output of an exe ( not the exit code ) and store it in a variable without having to pipe it to a text file or registry key. I have tried $Var = Run ("app.exe") but that only stores the exit code in the variable, not the output of the exe. Can anyone suggest a solution? Any help is appreciated.
JustinReno Posted April 18, 2008 Posted April 18, 2008 A simple but not that efficent option would be the clipboard.
qazwsx Posted April 18, 2008 Posted April 18, 2008 can the .exe put the output to the command prompt?
eltorro Posted April 18, 2008 Posted April 18, 2008 See StdOutRead in the help file. Regards, [indent]ElTorro[/indent][font="Book"] Decide, Commit, Achieve[/font]_ConfigIO.au3Language Translation --uses Google(tm) MsgBox Move XML wrapper UDF XML2TreeView Zip functionality Split your GUI Save Print ScreenZipPluginEdit In Place listviewSome of my scripts on Google code
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