Ver Mensaje Individual
  #5  
Antiguo 26-10-2006
Avatar de seoane
[seoane] seoane is offline
Miembro Premium
 
Registrado: feb 2004
Ubicación: A Coruña, España
Posts: 3.717
Reputación: 24
seoane Va por buen camino
Cita:
Empezado por JuanErasmo
SI, Funciona perfecto! Ustedes como siempre...geniales!
Quisiera ahora Instalar el servicio....la instruccion en el cmd es Servicio.exe/INSTALL, pero como puedo hacerlo con un boton??
Algo así, supongo que lo quieres en c:
Código:
ShellExecute(0,NULL,"Servicio.exe","/INSTALL",NULL,SW_SHOW);
O quizá en Delphi:
Código Delphi [-]
ShellExecute(0,nil,'Servicio.exe','/INSTALL',nil,SW_SHOW);
Responder Con Cita