I would like to create a link on my Mom's desktop that she can click to print
her schedule.

I'd like to be able to set the path and filename, and all she has to do is
click the link and put in how many copies she wants of the Word document, and
it will automatically open up word (if needed) and print the document.

I'm not sure if its best to do this with a script, a program, or if it can
just be done with options in a shortcut link?

RE: How to create a shortcut on my desktop to print a Word document? by AnandVVN

AnandVVN
Thu Jul 28 06:18:02 CDT 2005

Hi Edward,

I guess its possible , there are some start up switches that can be passwed
to word, like to opne a file etc, and for running a macros /mmacroname, I
suppose you can pass the built in word print word macro. Any way in word help
search for command line parameters. By the way which version of word you
using.

Hope you find this information helpful

Anand
--
"Who will guard the guards?"


"Edward" wrote:

> I would like to create a link on my Mom's desktop that she can click to print
> her schedule.
>
> I'd like to be able to set the path and filename, and all she has to do is
> click the link and put in how many copies she wants of the Word document, and
> it will automatically open up word (if needed) and print the document.
>
> I'm not sure if its best to do this with a script, a program, or if it can
> just be done with options in a shortcut link?

RE: How to create a shortcut on my desktop to print a Word documen by Edward

Edward
Fri Jul 29 10:04:06 CDT 2005

Hi Anand,

I am using Word 2003. Thanks for the idea. I have not messed with macros in
awhile, but it's probably a less-complex method than others I was thinking of
trying, and shouldn't be too hard to write a macro to print a document with
20 copies. Thanks again.

Edward

"Anand.V.V.N" wrote:

> Hi Edward,
>
> I guess its possible , there are some start up switches that can be passwed
> to word, like to opne a file etc, and for running a macros /mmacroname, I
> suppose you can pass the built in word print word macro. Any way in word help
> search for command line parameters. By the way which version of word you
> using.
>
> Hope you find this information helpful
>
> Anand
> --
> "Who will guard the guards?"
>
>
> "Edward" wrote:
>
> > I would like to create a link on my Mom's desktop that she can click to print
> > her schedule.
> >
> > I'd like to be able to set the path and filename, and all she has to do is
> > click the link and put in how many copies she wants of the Word document, and
> > it will automatically open up word (if needed) and print the document.
> >
> > I'm not sure if its best to do this with a script, a program, or if it can
> > just be done with options in a shortcut link?

RE: How to create a shortcut on my desktop to print a Word documen by AnandVVN

AnandVVN
Fri Jul 29 13:11:01 CDT 2005

Hi Edward,
You welcome, My first reaction was towards macro, but then while looking for
something else in word I found that about that start up switch.

Hope it woked.

Anand


--
"Who will guard the guards?"


"Edward" wrote:

> Hi Anand,
>
> I am using Word 2003. Thanks for the idea. I have not messed with macros in
> awhile, but it's probably a less-complex method than others I was thinking of
> trying, and shouldn't be too hard to write a macro to print a document with
> 20 copies. Thanks again.
>
> Edward
>
> "Anand.V.V.N" wrote:
>
> > Hi Edward,
> >
> > I guess its possible , there are some start up switches that can be passwed
> > to word, like to opne a file etc, and for running a macros /mmacroname, I
> > suppose you can pass the built in word print word macro. Any way in word help
> > search for command line parameters. By the way which version of word you
> > using.
> >
> > Hope you find this information helpful
> >
> > Anand
> > --
> > "Who will guard the guards?"
> >
> >
> > "Edward" wrote:
> >
> > > I would like to create a link on my Mom's desktop that she can click to print
> > > her schedule.
> > >
> > > I'd like to be able to set the path and filename, and all she has to do is
> > > click the link and put in how many copies she wants of the Word document, and
> > > it will automatically open up word (if needed) and print the document.
> > >
> > > I'm not sure if its best to do this with a script, a program, or if it can
> > > just be done with options in a shortcut link?