05.10.2001, 10:46
|
#2
|
Inventar
Registriert seit: 24.09.2001
Beiträge: 7.335
|
ShellExecute !
Zitat:
uses ShellApi;
...
ShellExecute(Handle, 'open',
'c:\Windows\notepad.exe', nil, nil, SW_SHOWNORMAL);
|
Siehe auch http://delphi.about.com/library/weekly/aa082499.htm
HTH
|
|
|