Skip to content

Commit

Permalink
1.0.6 creation date bug fix, .lnk files support
Browse files Browse the repository at this point in the history
  • Loading branch information
minch-dev committed May 27, 2022
1 parent 8b5adbf commit e4fa5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WinCopyPasteDates 1.0.4
# WinCopyPasteDates 1.0.6
Windows context menu items (Dates COPY, Dates PASTE) that allow you to stash any file's dates (folders not supported yet) and then apply them to any other file.
Written as three simple .bat scripts and a .reg file for uninstallation

Expand All @@ -9,7 +9,7 @@ Code-> Download ZIP, unzip into any folder that suits your needs, then Run WinCP
Use WinCPD_Unistall.reg that will wipe WinCPD's context menu entries from registry. That's it.

# How It Works
WinCopyPasteDates works with built in tools only so the resulting script is just a few lines of commands in batch files. Robocopy is used to store the dummy zero-length DATES file with copied dates in the %TMP%\WinCPD directory so that you can apply them to any file with robocopy again, so it doesn't mess with the clipboard at all and is even reboot-percistent to a degree.
WinCopyPasteDates works with built in tools only so the resulting script is just a few lines of commands in batch files. Robocopy is used to store the dummy zero-length DATES.0/DATES.1 file with copied dates in the %TMP%\WinCPD directory so that you can apply them to any file with robocopy again, so it doesn't mess with the clipboard at all and is even reboot-percistent to a degree.

# To DO
Planning to add folders and copying attributes as well, but I have other priorities and this extension suites my needs perfectly for now, so maybe later

0 comments on commit e4fa5f8

Please sign in to comment.