AlleyCat
unread,Oct 13, 2018, 3:41:38 AM10/13/18You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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.