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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to