Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/12/2009, 05:37
asti1987
 
Fecha de Ingreso: junio-2009
Mensajes: 89
Antigüedad: 14 años, 10 meses
Puntos: 0
Exclamación Respuesta: Ayuda con este Error

Sigo con este error, ahora genere un exe cualquiera.

Fatal error: Uncaught exception 'com_exception' with message 'Source: Unknown
Description: Unknown' in c:\wamp\www\amambay\imprimir2.php:5 Stack trace: #0 c:\wamp\www\amambay\imprimir2.php(5): com->Run('imprime.exe', 0, true) #1 {main} thrown in c:\wamp\www\amambay\imprimir2.php on line 5

alguien puede ayudarme?

este es el codigo
Código PHP:
$WshShell = new COM("WScript.Shell");
                    
$oExec $WshShell->Run("imprime.exe",0,true);