Opening multiple PDF documents using batch file

后端 未结 6 913
生来不讨喜
生来不讨喜 2020-12-20 16:08

I am trying to open several PDF documents using a simple batch file:

ECHO OFF
CLS
cd Program Files\\Adobe\\Reader 9.0\\Reader
Acrord32.exe C:\\Users\\BW1.pd         


        
6条回答
  •  再見小時候
    2020-12-20 16:34

    Have you tried whether Acrobat Reader allows for more files on the commandline, ie.

    start acrord32.exe 1.pdf 2.pdf 3.pdf
    

提交回复
热议问题