Thread: Replace in File
View Single Post
  #4  
Old 03-29-2004, 03:00 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
You could interate over each file processed with a Process Files step, and use a Write File step to append each file's contents to a new file (put [vbld_FSO.OpenFile("%PROCFILES_FULLPATH%").ReadAll]
in the 'Text to write to file' textbox). Make sure you check the 'Append to File' checkbox.

Hope this is clear enough. If not I can provide a sample...

Kevin
Reply With Quote