Ver Mensaje Individual
  #20 (permalink)  
Antiguo 06/10/2006, 08:26
sqa212
 
Fecha de Ingreso: mayo-2003
Mensajes: 866
Antigüedad: 21 años
Puntos: 0
Gracias Myakire

como dijo einstein "Make everything as simple as possible, but not simpler".

Te expreso mis mas enormes agradecimientos y admiración.

Esta seria otra forma pero usando el server.MapPath tambien funciona

<%
set objShell = CreateObject("Shell.Application")
ruta=server.MapPath(".")
objShell.ShellExecute "makeov2.exe", "micasa.txt", ruta, "open", 1
%>

Última edición por sqa212; 06/10/2006 a las 08:33