Re: Automate XML Conversion Process

Phillip Johnson <[email protected]> Sun, 19 Jun 2011 15:45:35 +0000
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <[email protected]>
>That depends on your batch script processor. On Windows you can do
>something like
>

>

>
  
>
% mkdir xhtml
  
>
% for %a in (*.html) do tidy ... %a> xhtml\%a

>


>
which would process all .html files in the current directory and store

>
the output in the 'xhtml' directory. 
I attempted this however isn't this command for a unix based OS, not windows? What would be an applicable command for a Win32 based environment?--Steven Heron - mailto:[email protected] - http://heronacademy.com/