- From: Salan Sinclair <news@wordclarity.com>
- Date: Tue, 13 Jun 2006 07:48:22 -0700
- To: <html-tidy@w3.org>
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: html-tidy-request@w3.org [mailto:html-tidy-request@w3.org]On Behalf Of Fred Bone Sent: Tuesday, June 13, 2006 1:24 AM To: html-tidy@w3.org 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.
Received on Tuesday, 13 June 2006 14:45:18 UTC