I think and hope this is super easy, but I am jsut too stupid/blind:
I want to use system
and not only open the command-line of windows, but to perform a simple copy task within it:
system('cmd' , 'copy Frame_Ind* all.dat')
So I thought... I want to copy alle files which start with "Frame_Ind" together into one that is calles "all.dat".
Can you tell me how to prompt more than one command with system
?
I know this is a weird workaround, but it would help me a lot! Thanks and Cheers, Al