I'd like to concatenate several txt files in a single directory together to form a new txt file from within a java program using the DOS command "copy *.txt NEW.txt".
How can I navigate DOS to my directory and execute the command? I am at a loss.
Thanks in advance!
Runtime.exec, it's still a legitimate question. It's worthy of not being downvoted. – Steve Kuo Aug 24 '12 at 20:23