Search found 4 matches

by billrozster
04 Feb 2013 19:40
Forum: DOS Batch Forum
Topic: concatenate multiple text files
Replies: 8
Views: 8377

Re: concatenate multiple text files

Awesome abc0502 This is working perfectly. I ha dto remove the pause so it would run without user intervention. It also took me a while to figure out where to put the rest of my code. Thanks again everyone for the help and advice. I really need to find a good tutorial to help me in the future.
by billrozster
31 Jan 2013 15:25
Forum: DOS Batch Forum
Topic: concatenate multiple text files
Replies: 8
Views: 8377

Re: concatenate multiple text files

Does it matter when after I do the set dd=%date% that it shows up like this in echo: Thur 01/31/2013. I can only have a 10 character name for AS400 usage. I want the name to be Purommddyy. If I rem out the date part completely it renames the tmp to puro.txt.. One more thing, when the concat takes pl...
by billrozster
31 Jan 2013 10:43
Forum: DOS Batch Forum
Topic: concatenate multiple text files
Replies: 8
Views: 8377

Re: concatenate multiple text files

Thank you abc0502 and foxidrive. I used foxidrive's code and added it to what I currently had for the first FTP I needed to do. With the FTP's I am using text files to pass the commands. Below is what I have and I tied to modify the concat to append a date. This is not working for me as I get error ...
by billrozster
29 Jan 2013 20:17
Forum: DOS Batch Forum
Topic: concatenate multiple text files
Replies: 8
Views: 8377

concatenate multiple text files

I have need to concatenate multiple text files, that have been downloaded from FTP site, into one new text file. Then I need to do another FTP to put the concatenated file to a new server and move everything to an archive folder. I am new to batch files and so far all I can find is this code "C...