Jorge Ramirez wrote:

> 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
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Python-win32 mailing list
>Python-win32@python.org
>http://mail.python.org/mailman/listinfo/python-win32
>  
>
One way is to use the os.startfile(...) function, but that does not open 
multiple instances of v7.0 of the reader.  -- jv
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to