I have been able to open a pdf document through command line by using: start test.pdf
start test.pdf
But I would like to open it in full screen mode via command line, does
I've tested the following with Adobe Reader 10:
start "" /max "C:\Program Files Xxxxx.exe" /A "pagemode=FullScreen" ".pdf"