Oh, so close. It brought up three different Adobe reads but could not display
the pdf. I'm not sure if that's a short coming of Adobe or could something be
missing?
Thanks, by the way.
"Pegasus (MVP)" wrote:
>
> "pgarcia" <(E-Mail Removed)> wrote in message
> news:C89C5AD8-E7EA-489A-AA3B-(E-Mail Removed)...
> >I need to loop the following. I have, say, 3 file in the folder that I need
> > printed. The code does work, however, it will only bring up only one file
> > and
> > I need to bring up all the files in the folder and pring them. Or could
> > you
> > tell me were I can find some help on DOS or command prompt. Thanks
> >
> > C:\program files\adobe\reader 8.0\reader>acrord32.exe /t/n c:\print
> > pdfs\*.pdf \\csg-amdc2\hplj9050mfp_9 adobeps tektonix phaser 840
> > 172.21.211.116
> >
>
> Try this:
>
> for %a in (c:\print\pdfs\*.pdf) do acrord32.exe /t/n "%a"
> \\csg-amdc2\hplj9050mfp_9 adobeps tektonix phaser 840 172.21.211.116
>
> Type
>
> for /?
>
> at the Command Prompt to see how it works.
>
>
>
|