 
			
				22/07/2005, 16:39
			
			
			     |  
      |    |    |    Fecha de Ingreso: julio-2005  
						Mensajes: 6
					  Antigüedad: 20 años, 3 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           |