Re: FW: Processing multiple files? Using wild cards?
"Fred Bone" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
On 13 Jun 2006 at 7:48, Salan Sinclair said: > > 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 Use a batch file instead of the TIDY command.