Rückgabewert ist 2
find nur grad die Tabelle mit den werten nicht
Delphi-Quellcode:
var
strF :
String;
begin
if
OpenDialog1.Execute
and
SaveDialog1.Execute
then
begin
strF:= '
engine.exe "'+OpenDialog1.Filename+'
"'+'
-o "'+SaveDialog1.Filename+'
"'+'
-oac mp3lame -ovc x264';
Showmessage(strf);
Showmessage(Inttostr(ShellExecute(
handle,
'
open',
PChar('
cmd.exe'),
Pchar(strF),
PChar(
nil),
SW_Show)));
end;
end;
damit Rückgabewert 42
konsole geht auf aber sonst nichts keine Eingabe etc.