Search found 2 matches

by MatthewGrantAU
07 Mar 2016 19:32
Forum: DOS Batch Forum
Topic: JREN.BAT v2.8 - Rename files/folders using regular expressions
Replies: 78
Views: 177240

Re: JREN.BAT - Rename files/folders using regular expressions

Hi Dave. thank you so much for the quick reply. While waiting, I have been reading and then re-reading "jren /?ts()" until I was cross-eyed and in the last ten minutes finally discovered what Date.Parse() was looking for! ( and the fact that dt: could accept a string like $1+$2) so I built...
by MatthewGrantAU
06 Mar 2016 23:24
Forum: DOS Batch Forum
Topic: JREN.BAT v2.8 - Rename files/folders using regular expressions
Replies: 78
Views: 177240

Re: JREN.BAT - Rename files/folders using regular expressions

Hi, I am trying to do a variant of this date parsing example that was posted above: > old name: "Some multiple word title Mon dd, yyyy - Some multiple word description.pdf" > new name: "yyyy-mm-dd - Some multiple word title - Some multiple word description.pdf" > Code: C:\test>jr...