my scripts display this error message
---------------------------
31666592
---------------------------
Windows cannot find '31666592'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
---------------------------
OK
---------------------------
---------------------------
31666592
---------------------------
Windows cannot find '31666592'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
---------------------------
OK
---------------------------
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