bevardis Posted September 20, 2009 Posted September 20, 2009 (edited) Hello, I need help with executing autoit function from cmd line. C>program.au3 ARGUMENT So, I need to execute code something like that. if cmdline[0] == 1: function(cmdline) else: pass (No, It's not autoit code) also, how would I return value, so It would print it in command line I executed it from? How would I hide tray image? (I'm thinking of compiling it to .EXEcutable) Thank's in advance. I found some threads that might seem similiar to this, but they we're actually not, so I made this. Edited September 20, 2009 by bevardis
Andreik Posted September 20, 2009 Posted September 20, 2009 Here is an example of script that accept arguments and to hide tray icon put this as first line in your script #NoTrayIcon
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