Registriert seit: 29. Nov 2002
65 Beiträge
Delphi 6 Enterprise
|
16. Jan 2003, 01:13
Aha, ob das wohl geht?:
Code:
ShellExecute(Application.Handle, 'open' ,PChar('programm.exe'), nil, PChar('c:\ordner1\ordner2'), sw_ShowNormal);
oder das:
Code:
ShellExecute(Application.Handle, 'open' ,PChar('programm.exe'), nil, PChar('..\ordner3'), sw_ShowNormal);
(also ohne Laufwerksbuchstabe)
|
|
Zitat
|