Danke es sind die gleichen Boxen.
Warum es mal temp nicht ging keine Ahnung.
Habe direkt einen Pfand gesetzt und dann funzte es.
Delphi-Quellcode:
sCMD = '
cmd.exe';
_CommandString := PWideChar('
/k ' + sUniconvertorPath +#32+ sSource +#32+ sDestination);
ShellExecute(
handle,
nil , sCMD , PWideChar(_CommandString) , PWideChar(sGraphPath) , SW_SHOW);