Like this?
Main Topics
Browse All TopicsHi guys hope you are all well.
Guys I have an autoit example script in the code below.
When launched, it gives you the option of 3 programs to run.
What id like to do is to extend its ability in the following 2 ways:
1) Currently when you launch this autoit program, and then when you select one of the 3 apps to run and click the Go button, that program runs, and the main autoit program closes.
What id like is for the main autoit program to stay open so that i can select again from the 3 apps to run. This would save having to reopen the autoit program all the time.
2) Also, is there a way to keep the autoit program on top of all other programs?
Any help greatly appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: VBClassicGuyPosted on 2009-11-05 at 13:53:22ID: 25754469
Uhhh...take out the "Exit" statements on lines 19, 22, 25, and 28, then use an API call to keep the window on top? The way to programmatically keep an app on top of others can be searched for here, or Googled.