Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/09/2004, 00:44
nabina
 
Fecha de Ingreso: junio-2004
Mensajes: 34
Antigüedad: 19 años, 11 meses
Puntos: 0
Para el que necesite, esto funciona en cliente


<script language="vbscript">
'Función de Shell
function ejecutar()
Dim WSHShell
Set WSHShell = CreateObject("WScript.Shell") WSHShell.run("C:\listados.xls ")
set WSHShell = nothing
end function
</script>

nabina