Search found 3 matches

by Mee8080
21 Jan 2016 02:55
Forum: DOS Batch Forum
Topic: How to rename file and get date time modified of a file in CMD
Replies: 8
Views: 6393

Re: How to rename file and get date time modified of a file in CMD

i am so sorry. thats typo. i already edit the new one :oops: :lol:
by Mee8080
20 Jan 2016 19:29
Forum: DOS Batch Forum
Topic: How to rename file and get date time modified of a file in CMD
Replies: 8
Views: 6393

Re: How to rename file and get date time modified of a file in CMD

but i want date and time modified in format yyyymmddhhmmss. how :?: :?:
by Mee8080
19 Jan 2016 21:05
Forum: DOS Batch Forum
Topic: How to rename file and get date time modified of a file in CMD
Replies: 8
Views: 6393

How to rename file and get date time modified of a file in CMD

I have 500 files like on this example: Name Date Modified IMP59.10 1/10/2014 10:30 PM IMP67.11 1/11/2014 11:23 PM I want to rename them like shown below: 000320141001103004.IMP59 002320141101112304.IMP67 0003 is a code entered during batch execution respectively defined inside. I want date and time ...