Jump to content

...


 Share

Recommended Posts

Your idea should work...

Anyway, I'd try it the simple way:

If not ProcessExists("Test.exe") then Run ("Test.exe")
    ; just continue. If Process did not exist already, it has been started.

of course, the other script has to be an compiled .exe file (not a .au3 file)

Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL)

Link to comment
Share on other sites

What I'm trying to ask is rather confusing I know. I would like to know how a script is written in order to detect a running script, if it is running, then it skips the next part(the running part) and jumps into the next part of the script.

Errr...confusing?

Take a look at _singleton - may help...
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...