Re: Create .DOC files from .DOT files automatically
- From: "Linda Aldrich" <linda.aldrich@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 15:34:06 -0700
That worked when I tested it (including opening the renamed document).
Thanks! Do batch files still work from a command prompt or in Explorer in
Windows XP? If so, is there a way to prompt the user to make a directory in
a certain folder structure and than change directories to the newly created
directory before copying the files over?
"Pegasus (MVP)" <I.can@xxxxxxxxxx> wrote in message
news:edt2U7AoIHA.4620@xxxxxxxxxxxxxxxxxxxxxxx
"Linda Aldrich" <linda.aldrich@xxxxxxxxxxxxxxxxxxx> wrote in message
news:uaRHwyAoIHA.3652@xxxxxxxxxxxxxxxxxxxxxxx
We are looking for a way to automatically create .doc files from .dot
files and place them in a new directory in one step. Can anyone help?
Thanks!
Linda Aldrich
Assuming that .doc files have the same format as .dot files
(which the experts in a Word newsgroup would be able to
comment on), all you need to do is to run these commands
from a Command Prompt:
copy "d:\Templates\*.dot" "d:\My Documents"
ren "d:\My Documents\*.dot" *.doc
.
- Follow-Ups:
- Re: Create .DOC files from .DOT files automatically
- From: Pegasus \(MVP\)
- Re: Create .DOC files from .DOT files automatically
- References:
- Create .DOC files from .DOT files automatically
- From: Linda Aldrich
- Re: Create .DOC files from .DOT files automatically
- From: Pegasus \(MVP\)
- Create .DOC files from .DOT files automatically
- Prev by Date: Re: Create .DOC files from .DOT files automatically
- Next by Date: Re: Create .DOC files from .DOT files automatically
- Previous by thread: Re: Create .DOC files from .DOT files automatically
- Next by thread: Re: Create .DOC files from .DOT files automatically
- Index(es):
Relevant Pages
|