Search found 3 matches

by marvlus
12 Mar 2012 14:59
Forum: DOS Batch Forum
Topic: Remove Sequence Nbr From Filename
Replies: 5
Views: 4245

Re: Remove Sequence Nbr From Filename

aGerman,
thanks for your response too! It will pay to have extra protection if there are more spaces!
by marvlus
12 Mar 2012 14:58
Forum: DOS Batch Forum
Topic: Remove Sequence Nbr From Filename
Replies: 5
Views: 4245

Re: Remove Sequence Nbr From Filename

foxidrive,
It worked! You're the one! Thanks very much!
by marvlus
12 Mar 2012 14:32
Forum: DOS Batch Forum
Topic: Remove Sequence Nbr From Filename
Replies: 5
Views: 4245

Remove Sequence Nbr From Filename

I have a list of PDF in a folder in which I need to remove the sequence number and the trailing space from each of the filenames. Example.

1 Account01.pdf
2 Account05.pdf
10 Account30.pdf

I want the end result to be:

Account01.pdf
Account05.pdf
Account30.pdf

Any help would be appreciated!