:: Author: Robert Lie (mobilefish.com) :: :: This dos batch file uses the HTML tidy application to validate :: a single htm file. :: :: To use this batch file you need the following files: :: config_tidy.txt - This file contains tidy configuration options. :: More information about these configuration options :: can be found at: :: http://tidy.sourceforge.net/docs/quickref.html :: ant.htm - This file is the web page you want to validate :: You must enter YOUR webpage name and location. :: output_tidy.txt - This output file contains warning and/or error :: messages during the validation process. :: del output_tidy.txt tidy -config config_tidy.txt c:\mobilefish_deploy\developer\ant.htm > output_tidy.txt 2>&1