Search found 5 matches

by airkemp
10 Oct 2011 06:30
Forum: DOS Batch Forum
Topic: Renaming part of filename
Replies: 1
Views: 6023

Renaming part of filename

Hi,

I have a load of files THAT ALL START WITH "Test"

Test3526.bmp
Test5486.bmp
Test9073.bmp
Test6759.bmp
Test1674.bmp
etc

I want to rename only the "Test" part to something else e.g;

Something3526.bmp
etc

Any Ideas

Cheers

Alex
by airkemp
10 Oct 2011 02:53
Forum: DOS Batch Forum
Topic: Removing numbers from file names
Replies: 3
Views: 4073

Re: Removing numbers from file names

Hi There,

Yes they do.

Thanks

Alex
by airkemp
07 Oct 2011 08:56
Forum: DOS Batch Forum
Topic: Removing numbers from file names
Replies: 3
Views: 4073

Removing numbers from file names

Hi There I have alot of files in the following format: C:\Folder1\mkdy0000.bmp C:\Folder2\mkdy0000.bmp C:\Folder1\mkdy2074.bmp I am looking to copy these files in the same directory keeping the numbers but renaming the first 4 chars, for example; C:\Folder1\sess0000.bmp C:\Folder2\sess0000.bmp C:\Fo...
by airkemp
04 Oct 2011 06:47
Forum: DOS Batch Forum
Topic: Truncating file path
Replies: 2
Views: 3088

Re: Truncating file path

Works a charm!

Thanks alot

Alex
by airkemp
03 Oct 2011 09:41
Forum: DOS Batch Forum
Topic: Truncating file path
Replies: 2
Views: 3088

Truncating file path

Hi There,

I am given a folder path through an input, it comes in as %1 and prints the following;

C:\Folder1\Folder2\Folder3\Folder4

How can i ommit the first 3 paths (including the drive letter), printing just;

Folder3\Folder4

Any help you be appriciated,

Many Thanks

Alex