Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Mass name change...

Reply
Thread Tools Display Modes

Mass name change...

 
 
John Barnes
Guest
Posts: n/a

 
      07-08-2007
Use a third party product.

"silas" <> wrote in message
news:...
> Hi. Is there a way to change the names of a group of similarly named files
> at one time instead of one at a time. For instance, I have 75 files named
> "new data report.04.02.07", "new data report.04.09.07", "new data
> report.04.16.07","new data report.04.23.07" and so on. I'd like to remove
> the word "new" from each file name. I remember reading about a third-party
> program that can do that but I was wondering if I could do it right in
> Vista Home Premium.
>
> Thanks.
>
> silas


 
Reply With Quote
 
 
 
 
Spirit
Guest
Posts: n/a

 
      07-08-2007
http://www.download3k.com/System-Uti...e-Utility.html

"silas" <> wrote in message
news:...
> Hi. Is there a way to change the names of a group of similarly named files
> at one time instead of one at a time. For instance, I have 75 files named
> "new data report.04.02.07", "new data report.04.09.07", "new data
> report.04.16.07","new data report.04.23.07" and so on. I'd like to remove
> the word "new" from each file name. I remember reading about a third-party
> program that can do that but I was wondering if I could do it right in
> Vista Home Premium.
>
> Thanks.
>
> silas


 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      07-08-2007
Windows Explorer can do it.
highlight the files you want to change, hit F2
delete the "new ", and hit Enter

However, usually when I try this with real files, it seems to screw up...
With test files, it usually works correctly ;-)



"silas" <> wrote in message
news:...
> Hi. Is there a way to change the names of a group of similarly named files
> at one time instead of one at a time. For instance, I have 75 files named
> "new data report.04.02.07", "new data report.04.09.07", "new data
> report.04.16.07","new data report.04.23.07" and so on. I'd like to remove
> the word "new" from each file name. I remember reading about a third-party
> program that can do that but I was wondering if I could do it right in
> Vista Home Premium.
>
> Thanks.
>
> silas


 
Reply With Quote
 
silas
Guest
Posts: n/a

 
      07-08-2007
Hi. Is there a way to change the names of a group of similarly named files
at one time instead of one at a time. For instance, I have 75 files named
"new data report.04.02.07", "new data report.04.09.07", "new data
report.04.16.07","new data report.04.23.07" and so on. I'd like to remove
the word "new" from each file name. I remember reading about a third-party
program that can do that but I was wondering if I could do it right in Vista
Home Premium.

Thanks.

silas

 
Reply With Quote
 
silas
Guest
Posts: n/a

 
      07-08-2007
Thank you.

silas


"Spirit" <> wrote in message
news:%...
> http://www.download3k.com/System-Uti...e-Utility.html
>
> "silas" <> wrote in message
> news:...
>> Hi. Is there a way to change the names of a group of similarly named
>> files at one time instead of one at a time. For instance, I have 75 files
>> named "new data report.04.02.07", "new data report.04.09.07", "new data
>> report.04.16.07","new data report.04.23.07" and so on. I'd like to remove
>> the word "new" from each file name. I remember reading about a
>> third-party program that can do that but I was wondering if I could do it
>> right in Vista Home Premium.
>>
>> Thanks.
>>
>> silas

>


 
Reply With Quote
 
Alun Harford
Guest
Posts: n/a

 
      07-08-2007
silas wrote:
> Hi. Is there a way to change the names of a group of similarly named
> files at one time instead of one at a time. For instance, I have 75
> files named "new data report.04.02.07", "new data report.04.09.07", "new
> data report.04.16.07","new data report.04.23.07" and so on. I'd like to
> remove the word "new" from each file name. I remember reading about a
> third-party program that can do that but I was wondering if I could do
> it right in Vista Home Premium.


Shells are always good for this stuff. Unfortunately, the built-in
windows shell is useless. They were going to include Powershell, but in
the end it got pulled from Vista because it wasn't ready in time. :-(
Fortunately, you can now download powershell from:
http://www.microsoft.com/windowsserv...l/default.mspx

Then you can strip off the "new " from the start of each filename by
navigating to the directory that the files are in and using the command:

get-item "new *" | foreach { rename-item $_.Name $_.Name.SubString(4) }

Alun Harford
 
Reply With Quote
 
Stephan Rose
Guest
Posts: n/a

 
      07-08-2007
On Sun, 08 Jul 2007 22:28:50 +0100, Alun Harford wrote:

> silas wrote:
>> Hi. Is there a way to change the names of a group of similarly named
>> files at one time instead of one at a time. For instance, I have 75
>> files named "new data report.04.02.07", "new data report.04.09.07", "new
>> data report.04.16.07","new data report.04.23.07" and so on. I'd like to
>> remove the word "new" from each file name. I remember reading about a
>> third-party program that can do that but I was wondering if I could do
>> it right in Vista Home Premium.

>
> Shells are always good for this stuff. Unfortunately, the built-in
> windows shell is useless. They were going to include Powershell, but in
> the end it got pulled from Vista because it wasn't ready in time. :-(
> Fortunately, you can now download powershell from:
> http://www.microsoft.com/windowsserv...l/default.mspx
>
> Then you can strip off the "new " from the start of each filename by
> navigating to the directory that the files are in and using the command:
>
> get-item "new *" | foreach { rename-item $_.Name $_.Name.SubString(4) }


Whoa!! Wait a second...

Command-line instructions for Windows?

Isn't everything command-line considered highly forbidden? =)

--
Stephan
2003 Yamaha R6

君のこと思い出す日なんてないのは
君のこと忘れたときがないから
 
Reply With Quote
 
silas
Guest
Posts: n/a

 
      07-09-2007

"Stephan Rose" <> wrote in message
news:...
> On Sun, 08 Jul 2007 22:28:50 +0100, Alun Harford wrote:
>
>> silas wrote:
>>> Hi. Is there a way to change the names of a group of similarly named
>>> files at one time instead of one at a time. For instance, I have 75
>>> files named "new data report.04.02.07", "new data report.04.09.07", "new
>>> data report.04.16.07","new data report.04.23.07" and so on. I'd like to
>>> remove the word "new" from each file name. I remember reading about a
>>> third-party program that can do that but I was wondering if I could do
>>> it right in Vista Home Premium.

>>
>> Shells are always good for this stuff. Unfortunately, the built-in
>> windows shell is useless. They were going to include Powershell, but in
>> the end it got pulled from Vista because it wasn't ready in time. :-(
>> Fortunately, you can now download powershell from:
>> http://www.microsoft.com/windowsserv...l/default.mspx
>>
>> Then you can strip off the "new " from the start of each filename by
>> navigating to the directory that the files are in and using the command:
>>
>> get-item "new *" | foreach { rename-item $_.Name $_.Name.SubString(4) }

>
> Whoa!! Wait a second...
>
> Command-line instructions for Windows?
>
> Isn't everything command-line considered highly forbidden? =)
>
> --
> Stephan
> 2003 Yamaha R6
>
> 君のこと思い出す日なんてないのは
> 君のこと忘れたときがないから


PowerShells are new to me but it sounds interesting. I'm reading a lot of
info on it at the PowerShell blog.

Thanks, I might give this a try.

silas

 
Reply With Quote
 
Sterno@where.com
Guest
Posts: n/a

 
      07-09-2007
On Sun, 8 Jul 2007 14:32:43 -0500, "silas"
<> wrote:

>Hi. Is there a way to change the names of a group of similarly named files
>at one time instead of one at a time. For instance, I have 75 files named
>"new data report.04.02.07", "new data report.04.09.07", "new data
>report.04.16.07","new data report.04.23.07" and so on. I'd like to remove
>the word "new" from each file name. I remember reading about a third-party
>program that can do that but I was wondering if I could do it right in Vista
>Home Premium.
>
>Thanks.
>
>silas



There are also a number of 3rd party batch file renamers. A very
versatile one is "Quick File Renamer" at http://minimice.cjb.net/

Sterno
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mass storage kalcho Windows Vista Hardware 2 02-07-2008 01:22 AM
USB Mass Storage Devices jack@askjackpcs.com Windows Vista Hardware 0 08-28-2007 02:25 AM
Mass storage problem DJ-Ryan Windows Vista Hardware 1 06-27-2007 11:52 AM
USB Mass Storage Device kenneth11414 Windows Vista Hardware 3 06-24-2007 05:36 PM
USB Mass Storage Bill George Windows Vista Hardware 16 06-21-2007 05:35 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59