SoulBlade Posted September 13, 2007 Posted September 13, 2007 Hi! I'm trying to write a program that performs the following: - autoit executes a DOS command like DIR in a hidden console window - right after running DIR, errorlevel is set to 0 or 1 - autoit shows message "Program sucess" if errorlevel 0 - autoit shows message "Error" if errorlevel 1 I've read the Autoit help file but haven't found a solution. Maybe using ConsoleRead...? Thanks for help!
Buey Posted September 13, 2007 Posted September 13, 2007 RunWait returns the exit code of the program that was run.
SoulBlade Posted September 13, 2007 Author Posted September 13, 2007 RunWait returns the exit code of the program that was run.I knew there was something very simple that i was missing!Many thanks!
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