Hi Waldemar,
Thanks, i have bought the twisted book and the journey begin. The COM was
optimal for windows because its asynch api winsock2 and
that beats berkeley socket "select" anyday on Windows, but your hint on the
IO completion port gives twisted an equal footing in terms of raw
efficienc
I am trying to figure out how to show a specified file in explorer. I
know I can call os.startfile(directory) to show the containing
directory, but I would like the file to be selected also. Is there an
API call that windows makes to do this?
For example, right click on a shortcut and go to pro
Rickey, Kyle W wrote:
>
> I am trying to figure out how to show a specified file in explorer. I
> know I can call os.startfile(directory) to show the containing
> directory, but I would like the file to be selected also. Is there an
> API call that windows makes to do this?
>
>
>
> For example
Marcus Low wrote:
> Hi Waldemar,
>
> Thanks, i have bought the twisted book and the journey begin. The COM was
> optimal for windows because its asynch api winsock2 and
> that beats berkeley socket "select" anyday on Windows,
That is superstitious nonsense. The asynchronous winsock API had to b
Tim, let me rephrase. I'm not trying to display the shortcut dialog,
only reproduce the behavior that happens when you click 'Find Target'.
For instance, I've generated a file and I want show the user that file
in explorer.
-Kyle Rickey
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[
Rickey, Kyle W wrote:
> Tim, let me rephrase. I'm not trying to display the shortcut dialog,
> only reproduce the behavior that happens when you click 'Find Target'.
> For instance, I've generated a file and I want show the user that file
> in explorer.
>
"Find Target" just follows a shortcut a
Tim, thanks for your patience :). I think I'm still miscommunicating to
you what I need to do. Let's throw the whole shortcut idea out the
window and start from scratch.
My code generates a file, I want to open the directory (which is known)
containing that file and select it. Since I can open the
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/314
Rickey, Kyle W wrote:
> Tim, thanks for your patience :). I think I'm still miscommunicating to
> you what I need to do. Let's throw the whole shortcut idea out the
> window and start from scratch.
>
> My code generates a file, I want to open the directory (which is known)
> containing that file an
Greetings ...
This might be a little off topic, but I'm hoping that some might know
how to add version details to exe files created with py2exe so that
install system can version control upgrades ...
Thanks
Mailed
LeeT
___
python-win32 mailing list
pyt
Tim/Scott, thanks for your replies that is exactly what I needed! :bow:
Thanks for both of your times.
-Kyle Rickey
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim Roberts
Sent: Thursday, April 03, 2008 12:44 PM
To: Python-Win32 List
Subject: Re: [pyt
Clinton Lee Taylor schrieb:
> Greetings ...
>
> This might be a little off topic, but I'm hoping that some might know
> how to add version details to exe files created with py2exe so that
> install system can version control upgrades ...
>
> Thanks
> Mailed
> LeeT
IIRC, py2exe itself has sample
Tim,
http://www.patentstorm.us/patents/6223207-description.html
The advantage of scalability and performance of using IOCP/asynch for
writing servers vs berkeley style select in Windows
is a known thing for windows programmers. ICOP is built right into the
Windows system drivers with the purpos
13 matches
Mail list logo