How to use more than one Parameter when opening a PDF file with a batch file?
right now I can only get one parameter to work at a time such as:
"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe" /A "navpanes=0" "C:\New folder\Parameters for Opening PDF Files.pdf"
or
"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe" /A "zoom=75" "C:\New folder\batch_script_tutorial.pdf"
but it will not run two or more parameter like this:
"C:\Program Files (x86)\Adobe\Acrobat 2015\Acrobat\Acrobat.exe" /A "zoom=75&navpanes=1" "C:\New folder\batch_script_tutorial.pdf"
