I’ve created a batch which automatically uploads some files to FTP server, if they’re modified. And modification is detected by changed file’s modification time and size.
But if the modification is made within the same minute, and file size did not change, modification stays undetected, and file is not uploaded.
Is there a way to get exact modification time (including seconds) of a file in a windows batch?
I’ve created a batch which automatically uploads some files to FTP server, if they’re
Share
This is a bit of VBScript that might do it for you: