farsheed wrote:
> I have a big problem. I have a list of files that my script find and
> list them in a little gui.
> I need this function:
> 
> when i d-click on each item, I want explorer opens and selects that
> item inside windows explorer.
> like that beautiful buttom in iTunes.

Experiment with:

explorer.exe /select,<path-to-file>


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

Reply via email to