Thanks for all the feedback, everyone. What a helpfull community this is! 
It's actually kinda hard keeping up with y'all..

Cheers,
g


"Guy Lateur" <[EMAIL PROTECTED]> schreef in bericht 
news:[EMAIL PROTECTED]
> Hi all,
>
> I need a way to get the path where MS Word/Office has been installed. I 
> need to start Word from a script (see earlier post), but it doesn't work 
> if I don't know its path. So "os.system("winword.exe %s" % fileName)" 
> doesn't always work; I need to say "os.system("C:\Program Files\Microsoft 
> Office\Office10\winword.exe %s" % fileName)".
>
> Any ideas?
>
> TIA,
> g
> 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to