Mach mal ein /K vor die Parameter, so:
Delphi-Quellcode:
ShellExecute(Application.Handle,
'open',
PChar('command.com'),
PChar('/K copy /b ' + Edit1.Text + ' + ' + Edit2.Text + ' ' + Edit3.Text),
nil, SW_NORMAL);
Gehts so? Evtl wars auch /C, weiß ich nicht so genau