Glaub ich Dir:
Zitat:
Delphi-Quellcode:
var
e: Integer;
test :
String;
begin
e := ShellExecute(
Handle,
NIL,
PCHAR(ExtractFilePath(Application.ExeName) + fileName + '
.bat'),
PCHAR('
'),
NIL, SW_SHOW);
//Hier die Fehlermeldung
Wenn Du jetzt noch
Handle "ordentlich" definierst, sollte es klappen
Zitat:
hwnd
Specifies a parent window. This window receives any message boxes that an application produces. For example, an application may report an error by producing a message box.
Gruß
K-H