Ver Mensaje Individual
  #10 (permalink)  
Antiguo 17/05/2006, 02:03
Avatar de djfran28
djfran28
 
Fecha de Ingreso: abril-2006
Mensajes: 12
Antigüedad: 18 años
Puntos: 0
Al final lo he ehcho con los COM y ya funciona correctamente en windows 2000 y sin problemas.

$Shell = new COM("WScript.Shell");
$oExec = $Shell->Run($instruccion);

Muchas gracias.