Technical Notes
We're all on the same page!
Thursday, 29 December 2016
How to merge text files in cmd?
Run this command in current path
CMD>
for %f in (*.txt) do type "%f" >> merged.txt
Ref:
How to run cmd from current path?
‹
›
Home
View web version