Re: FW: Processing multiple files? Using wild cards?

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.

Received on Tuesday, 13 June 2006 15:02:48 UTC