Jump to content

Recommended Posts

Posted

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

Posted (edited)

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

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
  • Recently Browsing   0 members

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