|
|
|
date: Mon, 13 Oct 2008 05:53:00 -0700,
group: microsoft.public.word.docmanagement
back
RE: Renaming a lot of files
If you choose to go the DOS command route, it is important that you note that
by changing a series of files with the names file.1, file.2, into .doc, you
will essentially overwrite the file each time. (the root filename for each is
"file", making "file.doc" from each file)
the easiest way to do this without running into filename conflicts is as
follows:
ren file.* file.*.doc
that way the files produced will be file.1.doc, file.2.doc, etc.
"Ansie" wrote:
> I hope someone can assist me. My predecessor saved a whole lot of word files
> on stiffies, which I need to return to our system. Unfortunately she used
> numbers ie file.1, file.2 etc.
>
> Is there a way that I can rename these files (all at once) to chane the file
> extension to .doc?
>
> Please revert with your ideas asap.
>
> Regards
> Ansie Pretorius
>
date: Mon, 13 Oct 2008 09:49:02 -0700
author: DiSSo
RE: Renaming a lot of files
Thank you for your kind assistance.
"DiSSo" wrote:
> If you choose to go the DOS command route, it is important that you note that
> by changing a series of files with the names file.1, file.2, into .doc, you
> will essentially overwrite the file each time. (the root filename for each is
> "file", making "file.doc" from each file)
>
> the easiest way to do this without running into filename conflicts is as
> follows:
>
> ren file.* file.*.doc
>
> that way the files produced will be file.1.doc, file.2.doc, etc.
>
> "Ansie" wrote:
>
> > I hope someone can assist me. My predecessor saved a whole lot of word files
> > on stiffies, which I need to return to our system. Unfortunately she used
> > numbers ie file.1, file.2 etc.
> >
> > Is there a way that I can rename these files (all at once) to chane the file
> > extension to .doc?
> >
> > Please revert with your ideas asap.
> >
> > Regards
> > Ansie Pretorius
> >
date: Tue, 21 Oct 2008 05:12:01 -0700
author: Ansie
|
|