D Deval35 Jul 11, 2005 #1 Do it is possibile to save every file without to update the date but maintaining the original date of the file?
Do it is possibile to save every file without to update the date but maintaining the original date of the file?
T Torgeir Bakken \(MVP\) Jul 11, 2005 #2 Do it is possibile to save every file without to update the date but maintaining the original date of the file? Click to expand... Hi I suggest you look into the command line tool Robocopy.exe, it supports this. From the Robocopy help listing: /COPY:copyflag :: what to COPY (default is /COPYAT). (copyflags : D=Data, A=Attributes, T=Timestamps S=Security=NTFS ACLs, O=Owner info, U=aUditing info). As you see, Robocopy.exe defaults to include the timestamps in the copy operation (the T in DAT). Robocopy.exe is in the free Windows Server 2003 Resource Kit: http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en (The kit will install on WinXP or later, the individual files can then be copied to another computer if needed) See rktools.chm and robocopy.doc for documentation for Robocopy.exe.
Do it is possibile to save every file without to update the date but maintaining the original date of the file? Click to expand... Hi I suggest you look into the command line tool Robocopy.exe, it supports this. From the Robocopy help listing: /COPY:copyflag :: what to COPY (default is /COPYAT). (copyflags : D=Data, A=Attributes, T=Timestamps S=Security=NTFS ACLs, O=Owner info, U=aUditing info). As you see, Robocopy.exe defaults to include the timestamps in the copy operation (the T in DAT). Robocopy.exe is in the free Windows Server 2003 Resource Kit: http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en (The kit will install on WinXP or later, the individual files can then be copied to another computer if needed) See rktools.chm and robocopy.doc for documentation for Robocopy.exe.