Jump to content

Closing one script from another


Recommended Posts

Hi All,

I have written a menu system in AutoIT which is used by the school I work at to access all the apps on the PCs. On one set of laptops we also have to run a special log-in process again written in AutoIt.

I need to be able to close the Menu System if the Log-In process runs. Can anyone offer me any ideas as to how this can be done?

I can modify the Menu System to watch for the Log-in process or the other way round. But I cannot find any way of setting this up.

Thanks in anticipation.

Link to comment
Share on other sites

Use an ini-file. Close-down parameter is normally =false, set-up your menu-script that it regularly read that value (adlibe / timer) and if true it exits. Set the value to true with second script.

Link to comment
Share on other sites

Use an ini-file. Close-down parameter is normally =false, set-up your menu-script that it regularly read that value (adlibe / timer) and if true it exits. Set the value to true with second script.

Thanks for the idea. However, is there any way of simply closing the menu script when the login script runs?

The way I understand what you are suggesting the menu system would have to be periodically checking for the ini file change. In it's current form, the menu system is simply waiting for you to choose and option. To check for the ini file change it would have to be periodically checking by running something say every 30 seconds from it's "waiting for imput" state. I will have a look into how I can implement that.

Thanks

Alan

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