ahh danke xD
Edit:
ich habe leider noch ein paar probleme mit dem copy
wie bekomme ich das genau hin?
Im momment habe ich das noch so:
Delphi-Quellcode:
ShellExecute(Application.Handle,
'open',
PChar('command.com'),
PChar('copy /b ' + Edit1.Text + ' + ' + Edit2.Text + ' ' + Edit3.Text),
nil, SW_NORMAL);
jedoch will das nicht so richtig ^^