Re: [Tutor] Simultaneous Adobe Reader

2005-09-28 Thread Alan Gauld
>From windows, using a python script how can I open > Adobe Reader without displaying a PDF document? Just start the reader executable with no arguments. os.system(r"C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe") Does it for me. If you need to send commands etcto it you propbably nee

[Tutor] Simultaneous Adobe Reader

2005-09-22 Thread Jorge Ramirez
Hello,   From windows, using a python script how can I open Adobe Reader without displaying a PDF document?  Furthermore, using a script is it possible to run two Adobe Reader sessions simulatneously.  Thanks in advance.   Kind Regards, JR ___ Tu