Jump to content

Get result from an external program


Guest kadeo
 Share

Recommended Posts

Hello,

I want to get the result of a command "release.exe".

This program opens a dos window, display the result and close herself.

In dos : version.exe > version.txt works

When i script it, the release.exe window works normally but no file is created. :lmao:

Any idea ?

Thanks a lot

Link to comment
Share on other sites

No idea with the problem of your script. Have not seen it yet.

But do you have something like this in it?

RunWait(@ComSpec & ' /c release.exe > release.txt', '', @SW_HIDE)

Might be nice to see the section of script that maybe the problem.

Edited by MHz
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...