Windows Messaging Service and Python

Irmen de Jong irmen at -NOSPAM-REMOVE-THIS-xs4all.nl
Sat Mar 1 07:15:52 EST 2003


A wrote:
> Can you tell me ( if it is possible from Python) how I can send a message to a computer by 
> using Windows Messaging Service?

Something like this perhaps? Doesn't work on win95/98 though:

import os
os.system('net send ComputerName  "popup message"')


Irmen.





More information about the Python-list mailing list