Re: Automate XML Conversion Process

>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:xtsolutions3@hotmail.com - http://heronacademy.com/
 		 	   		  

Received on Monday, 20 June 2011 17:33:30 UTC