Jump to content

Atool.exe And Radioboxes


 Share

Recommended Posts

Does anyone know if atool and autxtra works in Autoit3?

I have a couple of scripts that use atool radioboxes in Aut2 but can't see any reference in Aut3 to the Errorlevel returns that make the boxes work.

It's not the end of the world but I'd like a workaround if there is one.

Thanks.

Peter

[u][font="Arial"]Pete[/font][/u]
Link to comment
Share on other sites

  • Developers

RunWait can return the exit code in the variable....

from the helpfile:

$val = RunWait("Notepad.exe", "C:\WINDOWS", @SW_MAXIMIZE)

; script waits until Notepad closes

MsgBox(0, "Program returned with exit code:", $val)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...