Jump to content

Run a bunch of commands at once rather than 1 at a time?


Recommended Posts

I would recommend that you look at the AutoItOption of "TrayIconHide". That will hide the icons. There's not a way to do what you're wanting with AutoIt to my knowledge.

Also so long as your scripts have an end, you shouldn't have to exit all of them. Optionally you could also setup hotkeys to exit each one. (HotKeySet())

Thanks,

Jarvis

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

end meaning onautoitexit() or? Also what are the chances of requesting a feature and having this added?

edit* nevermind seems multi-threading is on the list of never add to autoit. :)

You could set an OnAutoItExit() of your main script that would call to the other programs to be shutdown. You could just also make your own exit function, and that be the last line of the script before your functions.

Thanks,

Jarvis

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

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