FILETEST.EXE (version 1.0) This utility checks the date, time and size of two files. Depending on the result an errorlevel i set. This utility can be used in batch-files to be able to determin is a file is out of date and need to be updated. SYNTAX: Filetest Files can be given a path but can not include wild-cards. ERRORLEVELS: 0 - files are equal 1 - filename 2 is greatest/latest 2 - filename 1 is greatest/latest 3 - filename 2 does not exist COMPARE ORDER: 1 - date 2 - time 3 - size j.strandberg@upline.se