Guest kadeo Posted January 31, 2005 Posted January 31, 2005 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. Any idea ? Thanks a lot
MHz Posted January 31, 2005 Posted January 31, 2005 (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 January 31, 2005 by MHz
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