Hello,
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.pdf Acrord32.exe C:\Users\BW2.pdf Acrord32.exe C:\Users\BW3.pdf Acrord32.exe C:\Users\BW4.pdf Acrord32.exe C:\Users\BW5.pdf Acrord32.exe C:\Users\BW6.pdf EXIT
The above batch file opens the first pdf only, then waits until I close it for the next pdf file to open. How can I have all the pdf documents open at the same time? (Like going to Acrobat Reader, file->Open->xx.pdf)
Thank you for any help Dmitri