FW: Processing multiple files? Using wild cards?
"Salan Sinclair" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
I am using a batch file. Perhaps the command is wrong. The entire batch files says: IF EXIST tidy.log del tidy.log FOR /R ..\contentfiles\ %%G in (*.htm) DO tidy -config tidy_config.txt %%G 2>>tidy.log Thanks, Salan -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Fred Bone Sent: Tuesday, June 13, 2006 1:24 AM To: [email protected] Subject: RE: Processing multiple files? Using wild cards? On 12 Jun 2006 at 19:37, Salan Sinclair said: > It worked! Thanks so much. > > Any idea how to get the log file to include the name of the file that the > log is about? Right now, all logs are squished together and do not > identify the file name. Use a BAT file, which would ECHO your desired header to the file before invoking Tidy.