Servus!
Ich denke das geht soo...
Delphi-Quellcode:
ShellExecute(Application.Handle,
'open',
PChar('command.com'),
PChar('copy "' + Edit1.Text+'"' + Edit2.Text+'"'+ ' "' + Edit3.Text+'"'),
nil, SW_NORMAL);
lg
Edit:
Wieso eigentlich 3 Edit's ??
Der Befehl geht ja so:
(copy C:\Datei.txt C:\Copy\Datei.txt)