minch-dev / WinCopyPasteDates

Windows context menu items that allow you to copy a given file's date stamps and then paste (apply) them to any other file. Applies all three datestamps, 'modified', 'accessed' and 'created'. Helps me to preserve dates for archival purposes. Might be usefull for anyone else as well.
GNU General Public License v3.0
3 stars 0 forks source link

problems with files starting with dash "-" #2

Open minch-dev opened 2 years ago

minch-dev commented 2 years ago

dash at the beginning of a file name upsets robocopy for some reason.

minch-dev commented 2 years ago

https://stackoverflow.com/questions/30607819/robocopy-files-starting-with-a-dash-result-in-error Looks like it's a robocopy bug, got to try out this trick later.