Ver Mensaje Individual
  #9  
Antiguo 22-08-2008
Avatar de dec
dec dec is offline
Moderador
 
Registrado: dic 2004
Ubicación: Alcobendas, Madrid, España
Posts: 13.107
Reputación: 34
dec Tiene un aura espectaculardec Tiene un aura espectacular
Hola,

Sin complicarte mucho la vida, podrías hacer algo así, si no me equivoco:

Código Delphi [-]
uses
  ShellApi;

procedure TForm1.Button1Click(Sender: TObject);
begin
  ShellExecute(0, 'open', 'RunDll32.exe',
   'advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove', 
    nil, SW_NORMAL);
end;
__________________
David Esperalta
www.decsoftutils.com
Responder Con Cita