Jump to content

Recommended Posts

Posted

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!

:)

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
×
×
  • Create New...