Yes, but using:
ShellExecute(0, 'Open', PChar('c:\Windows\system32\net.exe'), PChar('send 192.168.1.1 messagetext'), PChar(''), SW_Hide);
doesn't produce any effect from my app, and even generates error when run from Delphi!?
I'm not sure is it possible to use ShellExecute for programs that should be run from Command prompt...