|
| KiXtart Command Reference |
COMPAREFILETIMESactionCompares the date and time of two files. syntaxCOMPAREFILETIMES ("file1", "file2") parameterFile1 Identifies the first file you want to compare. File2 Identifies the second file you want to compare. returns
example$Result = CompareFileTimes(@LDRIVE + "\USER.INI", "C:\WINDOWS\USER.INI") IF $Result = 1 OR $Result = -3 COPY @LDRIVE + "\USER.INI" "C:\WINDOWS\USER.INI" ENDIF |