Hello everyone,
I'm working on converting some Windows .cmd files to VC. Currently I have a couple lines in the .cmd file that simply copy a bunch of files to a single file like so:
copy file1.txt+file2.txt+file3.txt output.txt /b
Is there a way to accomplish this in VC version 5.5.3? I haven't been able to find any concatenation tasks or anything like that.
Any ideas?
Thanks!
Edited by moderator
2011-08-18T21:10:13Z
|
Reason: to mention VC version