:: Author: Robert Lie (mobilefish.com) :: :: This batch file is used to validate a fix number of htm files. :: This file is called by file: validate_fixed_files.bat :: echo ************** %1 >> output_tidy.txt tidy -config config_tidy.txt c:\mobilefish_deploy\%1 >> output_tidy.txt 2>&1