Ontosy Posted July 27, 2014 Share Posted July 27, 2014 (edited) Why when i use: AutoIt3.exe /AutoIt3ExecuteLine "run('calc.exe','',@SW_HIDE)" calc window is visible? Edited July 27, 2014 by Ontosy Link to comment Share on other sites More sharing options...
PainTain Posted July 27, 2014 Share Posted July 27, 2014 Maybe because you are running the calculator instead of notepad?! (Typo?) Link to comment Share on other sites More sharing options...
computergroove Posted July 27, 2014 Share Posted July 27, 2014 '?do=embed' frameborder='0' data-embedContent>> <- searched google for 'autoit @sw_hide' I made this: Run("calc.exe") WinWait("Calculator") WinSetState("Calculator","",@SW_HIDE) It opens calculator and immediately "hides" the program 232showtime 1 Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
Ontosy Posted July 27, 2014 Author Share Posted July 27, 2014 If i undstand run() hide only shell window @ComSpec. Link to comment Share on other sites More sharing options...
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