Add this to your PFAs...
Code: Select all
|"Append modified date" \;*>::rename bat, *-<datem yyyymmdd>Code: Select all
|"Append modified date" \;*>::rename bat, *-<datem yyyymmdd>No, although it would be nice. But I see no easy way to trigger an alternate context menu, and I don't want to add it to the already large current context menu.j_c_hallgren wrote:Is there a way to access this via right-click on selected file that is obvious but not to me currently?
Large context menu? Huh? I only see three XY items where I'd have expected to find it (To Clipboard/Rename Spc/Move-Copy-Bkup) so having one more at that level wouldn't be that much...but it could need to be labeled slightly different to totally distinguish it from OS's Open With, such as "Portable Open With.." although it would appear in the first group so the separator would somewhat identify it as XY related.admin wrote:But I see no easy way to trigger an alternate context menu, and I don't want to add it to the already large current context menu.
Yes, would work and make sense. However, for internal reasons this would be quite tough to program, so I say: maybe later.j_c_hallgren wrote:Large context menu? Huh? I only see three XY items where I'd have expected to find it (To Clipboard/Rename Spc/Move-Copy-Bkup) so having one more at that level wouldn't be that much...but it could need to be labeled slightly different to totally distinguish it from OS's Open With, such as "Portable Open With.." although it would appear in the first group so the separator would somewhat identify it as XY related.admin wrote:But I see no easy way to trigger an alternate context menu, and I don't want to add it to the already large current context menu.
This renamed my file to 1. I should have checked first. Anyway, the new one which works is:admin wrote:It's trivial but a valuable time saver for me and for anybody who likes to append modified dates to filenames.
Add this to your PFAs...... and you have the command "Append modified date" in the POM for each folder and file.Code: Select all
|"Append modified date" \;*>::rename bat, *-<datem yyyymmdd>
Code: Select all
|"Append modified date" \;*>::rename bat, "*-<datem yyyymmdd>"serendipity wrote:This renamed my file to 1. I should have checked first. Anyway, the new one which works is:admin wrote:... and you have the command "Append modified date" in the POM for each folder and file.Code: Select all
|"Append modified date" \;*>::rename bat, *-<datem yyyymmdd>Code: Select all
|"Append modified date" \;*>::rename bat, "*-<datem yyyymmdd>"
Yes, thanks. "bat" is deprecated, so it should be:serendipity wrote:This renamed my file to 1. I should have checked first. Anyway, the new one which works is:admin wrote:It's trivial but a valuable time saver for me and for anybody who likes to append modified dates to filenames.
Add this to your PFAs...... and you have the command "Append modified date" in the POM for each folder and file.Code: Select all
|"Append modified date" \;*>::rename bat, *-<datem yyyymmdd>
Code: Select all
|"Append modified date" \;*>::rename bat, "*-<datem yyyymmdd>"
Code: Select all
|"Append modified date" \;*>::rename "b", "*-<datem yyyymmdd>"Code: Select all
|"Append modified date" \;*>::rename , "*-<datem yyyymmdd>"