I mentioned in a previous post that we are using 3rd party software in conjunction with our paradox application.
For this software to open correctly I use the following code:
execute("explorer" + getaliaspath(":x:") + "\\xyz.exe")
The problem is that with XP a dialog box pops up saying the file might contain a virus and gives the option to open,save or cancel.
This dialog box is a major hassle, is there anyway that I can still use the same command, but without having the dialog box appear?
For this software to open correctly I use the following code:
execute("explorer" + getaliaspath(":x:") + "\\xyz.exe")
The problem is that with XP a dialog box pops up saying the file might contain a virus and gives the option to open,save or cancel.
This dialog box is a major hassle, is there anyway that I can still use the same command, but without having the dialog box appear?