Jump to content

compiled exe does not work correctly


Recommended Posts

Hey there,

i have a problem with the following script:

If ProcessExists("firefox.exe") Then
    MsgBox(0,"no","no")
Else
    MsgBox(0,"yes","yes")
    ;run("C:\Program Files\ShrewSoft\VPN Client\ipseca.exe")
EndIf
    
Exit

If a run it from the editor by Tools -> go it works as intended.

When I run the compiled .exe I always get "no" no matter if firefox.exe is running or not.

My system is: Windows 7 64bit.

Thanks for your advice.

ferrari987

Link to comment
Share on other sites

  • Developers

Yes it is there. The problem is: the compiled exe acts, as if firefox.exe was running, even if it is 100% not running.

What did you call your script?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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