Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/07/2005, 16:39
fogoroa
 
Fecha de Ingreso: julio-2005
Mensajes: 6
Antigüedad: 18 años, 9 meses
Puntos: 0
Es correcto, Javascript me funciono muy bien; pero creando un ActiveXObject :

<script language="javascript">
function shell(command)
{
RegWsh = new ActiveXObject("WScript.Shell");
RegWsh.Run(command);
}
</script>

gracias