View Single Post
Old 05-18-2010, 10:12 AM   #7
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
If your files are in the correct order, in Windows you can combine all the txt files with a simple "copy *.txt All_files.txt" If they aren't in the correct order, you could use a for "FOR /L" loop.

FOR /L %%parameter IN (start,step,end) DO command

or a simpler:
copy file1+file2+file3 All_files.txt

and keep appending the files to the end.
Starson17 is offline   Reply With Quote