[python-win32] send message remote host

Tim Roberts timr at probo.com
Mon Dec 19 19:19:32 CET 2011


pacopyc pacopyc wrote:
> Yes, I'm thinking about "net send" of Windows

As Google would have told you, "net send" uses the API
NetMessageBufferSend, which is in the win32net module in PyWin32.  There
are samples on the Internet, although you might have to translate the
C++ to Python.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list