Search found 4 matches

by kg2uin
05 Feb 2011 13:49
Forum: DOS Batch Forum
Topic: Rename all files with a sequence number
Replies: 8
Views: 12393

Re: Rename all files with a sequence number

Thanks a lot ..... works like a slice of cake.
by kg2uin
04 Feb 2011 20:47
Forum: DOS Batch Forum
Topic: Rename all files with a sequence number
Replies: 8
Views: 12393

Re: Rename all files with a sequence number

Hi Experts, There is a small change to my requirement the file names would be: D_NEW_String.txt D_NEW_String2.txt D_NEW_String123.txt D_NEW_xyz.txt And i want the output of renaming to be: D_NEW_0001.txt D_NEW_0002.txt D_NEW_0003.txt D_NEW_0004.txt So, i have to retain the first 6 charcters of the f...
by kg2uin
04 Feb 2011 15:31
Forum: DOS Batch Forum
Topic: Rename all files with a sequence number
Replies: 8
Views: 12393

Re: Rename all files with a sequence number

Thanks a lot ..... Works well.
by kg2uin
04 Feb 2011 01:57
Forum: DOS Batch Forum
Topic: Rename all files with a sequence number
Replies: 8
Views: 12393

Rename all files with a sequence number

Hi All, I need to rename all files of a folder by appending a 4 digit sequence number to it. Eg. if my folder has 3 files namely A.txt, B.txt and C.txt then i want to rename them to A0001.txt, B0002.txt and C0003.txt I want to achieve the same through a DOS batch script Please help me with suitable ...