Search found 4 matches

by scottynz
02 Jun 2016 19:33
Forum: DOS Batch Forum
Topic: Increment Prefix on files
Replies: 6
Views: 7594

Re: Increment Prefix on files

/S didn't seem to do it. It's for a non-profit radio station. At the moment i download all the radio shows automatically with some software. Lets say 'ShowA' Any new files are then filtered and copied to this folder called C:\Rename\ShowA Where this batch file adds the prefix to all the new files fo...
by scottynz
02 Jun 2016 16:58
Forum: DOS Batch Forum
Topic: Increment Prefix on files
Replies: 6
Views: 7594

Re: Increment Prefix on files

Thanks and good thoughts on that douglas.swehla
Any thought on how i could apply this to files in sub directories as well?
by scottynz
01 Jun 2016 13:12
Forum: DOS Batch Forum
Topic: Increment Prefix on files
Replies: 6
Views: 7594

Re: Increment Prefix on files

:D You nailed it!
Thank you so much elzooilogico.
by scottynz
30 May 2016 17:47
Forum: DOS Batch Forum
Topic: Increment Prefix on files
Replies: 6
Views: 7594

Increment Prefix on files

I need to periodically rename some files with a prefix number that increments. Example: 1000_FileA.mp3 1001_FileB.mp3 1002_FileC.mp3 When then files are moved and the next lot comes into the directory. I need it to pick up where it left off... 1003_FileA.mp3 1004_FileB.mp3 .... and so on. It would b...