View Single Post
  #1  
Old 07-25-2005, 02:12 AM
RTS RTS is online now
Registered User
 
Join Date: 07-07-2005
Posts: 6
Prepend text to file

Hi

Has anyone got an idea on how I can prepend some text to a collection of files?

I'm able to iterate through the collection fine using the Process Files functionality, and have tried using the replace in file functionality to prepend the text but have had no luck.

I've tried using a regular expression starting with ^ but it seems to match the start of a line rather than start of the whole file.

Unfortunately I have no tokens I can replace at the start of the file either.

Any ideas welcome!

Thanks,
Chris.
Reply With Quote