This Works Great, but...
From: AlleyCat ([email protected]) | Date: Sat, Oct 13th 2018, 07:41 |
if exist D:\Latest_MSI.gho for /f "tokens=1-5 delims=/ " %%d in ("%date%")
do rename "D:\Latest_MSI.gho" %%e-%%f-%%g_MSI.gho
That's part of a bacth file that I'm using to rename and move a ghost
image when creating a new one.
Can anyone re-write this to make the renaming be the date modified,
instead of the current date?
Thanks.
You might also be interested in these