Open Folder in Desktop

Steve Holden steve at holdenweb.com
Tue Jan 25 21:21:17 EST 2005


Kamilche wrote:

> Is there a command you can execute in Python that will open a window on
> the desktop, such as 'My Documents'? Kind of like 'system', but for
> folder names, not just programs. I'm running on Windows 2000.
> 
os.system("start .")

works for me.

regards
  Steve
-- 
Steve Holden               http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/
Holden Web LLC      +1 703 861 4237  +1 800 494 3119



More information about the Python-list mailing list