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 Rober
Yes, I'm thinking about "net send" of Windows
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
pacopyc pacopyc wrote:
> Hi, I'd like send a message to remote host. I want that remote host's
> user read my short message immediately. I have remote host
> administrator credentials. Can you help me?
You'll have to be more specific with what you mean by "message". Are
you talking about the same
Hi, I'd like send a message to remote host. I want that remote host's
user read my short message immediately. I have remote host
administrator credentials. Can you help me?
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailm