- From: Julian Voelcker <asp@tvw.net>
- Date: Wed, 19 Mar 2003 10:36:59 GMT
- To: html-tidy@w3.org
Hi Bjoern, On Wed, 19 Mar 2003 02:57:53 -0000, Bjoern Hoehrmann wrote: > `for` is part of your shell, most likely `command.com`, `command.exe` or > `cmd.exe` depending on your Windows version. Let's try it this way: > C:\Windows\> for /? > Tidy is not involved. OK, now I know what you are talking about, I was getting a bit lost there. I have cobbled together a batch file as follows:- FOR /R %%a IN (*.htm) do c:\tools\tidy\tidy.exe -config c: \tools\tidy\InitialCleanUp.tidy -m "%%a" -f errs.txt This cleans one document and then seems to stop. Any ideas? Cheers, Julian Voelcker The Virtual World (UK) Limited Cirencester, United Kingdom
Received on Wednesday, 19 March 2003 05:37:03 UTC