Re: [python-win32] send message remote host

2011-12-19 Thread Tim Roberts
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

Re: [python-win32] send message remote host

2011-12-17 Thread pacopyc pacopyc
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

Re: [python-win32] send message remote host

2011-12-16 Thread Tim Roberts
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

[python-win32] send message remote host

2011-12-16 Thread pacopyc pacopyc
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