@echo off rem UNTOUCH, works on current directory rem Tells which files have changed since last time ran UNTOUCH rem redates files back to original dates if they have not really changed. rem optional parm is directory to process. rem also allows -force parm to force all files back to their old date/times, rem contents changed or not. rem allows -tree to process entire tree not just dir. rem only one dir name allowed on command line. rem by default processes current directory. rem could be done with java com.mindprod.untouch.Untouch %1 %2 %3 %4 %5 untouch.exe %1 %2 %3 %4 %5