Is there a way to add something to the end of all files in a folder?
For instance, there are a lot of HTML files that are generated that do not have closure tags like "</body></html>" and I want to add this to all of the files in a folder. 
Thank you,
Linda
			
			
									
						
										
						Add at the end of all files
Re: Add at the end of all files
Found this answer....
Insert bottom
			
			
									
						
										
						Insert bottom
Re: Add at the end of all files
Yes. You may use insert bottom command.
Or construct a regular expression to use it on Batch Replace tab.
But the first choice is much easier.
			
			
									
						
										
						Or construct a regular expression to use it on Batch Replace tab.
But the first choice is much easier.