Jump to content

HELP IN MY PROGRAM


cad29
 Share

Recommended Posts

Hi i need help in my program i have a program name cad.exe and once you click that it goes into the system try but i want to add something on it that once its running already and once you click the cad.exe again it will give you a message that the cad program is running already i tried this script but it doesnt work

If ProcessExists("CAD.EXE") Then

MsgBox(16,"DOW IMAC","DOW PROGRAM is running already " & @CRLF & "Please check the systemtray")

Exit

Else

CONTINUE()

ENDIF

but everytime i click the cad.exe it always says that my program is running even do its my first time to run that program thanks for your help in advanced

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