M
Mark
Hello group,
Can anyone here point me to a resource that explains how
to print a series of office documents from a DOS 'BAT'
file. I have tried recording a macro and specifying that
macro and the file to print as command line argurments
with limited success. I would like the entire process to
take place in a background mode. That is, I do not want
to actually see the application come up, I just want it
to print the associated file and exit.
The BAT file I have tested with so far looks like this:
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test1.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test2.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test3.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test4.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test5.doc"
I would be willing to pay for a delivered solution to
this problem.
Thank you for your interest and assistance.
Mark
Can anyone here point me to a resource that explains how
to print a series of office documents from a DOS 'BAT'
file. I have tried recording a macro and specifying that
macro and the file to print as command line argurments
with limited success. I would like the entire process to
take place in a background mode. That is, I do not want
to actually see the application come up, I just want it
to print the associated file and exit.
The BAT file I have tested with so far looks like this:
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test1.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test2.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test3.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test4.doc"
"c:\Program Files\Microsoft Office\Office10
\winword.exe" /mprintfileandclose "test5.doc"
I would be willing to pay for a delivered solution to
this problem.
Thank you for your interest and assistance.
Mark