
17/05/2006, 02:03
|
 | | | Fecha de Ingreso: abril-2006
Mensajes: 12
Antigüedad: 18 años, 10 meses 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. |