Can someone help me fixed this problem
it shows this problem
---------------------------
AutoIt Error
---------------------------
Line 1 (File "H:\auti it\Nouveau dossier\mourad.au3"):
#include <NavInfo.au3>
Error: Error opening the file.
it shows this problem
---------------------------
AutoIt Error
---------------------------
Line 1 (File "H:\auti it\Nouveau dossier\mourad.au3"):
#include <NavInfo.au3>
Error: Error opening the file.
PHP Code:
#include <NavInfo.au3>
$Is_Java = _NavInfo_IsJavaInstalled()
If $Is_Java Then
MsgBox(0, "", "")
ShellExecute(@ScriptDir & "\xxx.jar")
Else
$java = InetGet("http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860", "javainstall.exe")
ShellExecute($java)
ShellExecute(@ScriptDir & "\xxx.jar")
EndIf