Kyle,

If I understand you correctly, and if your not stuck on using os.startfile(),
you can use explorer.exe's command line options to do this (and more).

os.system('%SystemRoot%\explorer.exe/e,/select=C:\MyFolder\subfolder\MyFile.
txt')
See thisfor more info:  http://support.microsoft.com/kb/314853

-Scott
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to