net send with multi-line message

  • Thread starter Thread starter Michel Gallant
  • Start date Start date
M

Michel Gallant

Is it possible, from the command-line (not a bat) to send
a *multi-line* message with:
net send <user> <some multi-line message>

I did this, using a web-based interface and signed Java
applet:
http://pages.istar.ca/~neutron/messenger
but could never figure out how to send multi-lines directly
from a command line.

- Michel Gallant
Visual Security MVP
 
Press Ctrl+T where you'd like the line to break. Either that, or Alt+0182
for the ¶ character.

net send %computername% "Dear me,^T^THere is a mutliline message.¶¶Michel

Ray at work
 
Michel Gallant said:
Is it possible, from the command-line (not a bat) to send
a *multi-line* message with:
net send <user> <some multi-line message>

On the commandline, use Ctrl-T to separate lines:-

net send bill Hello^TWorld
 
Back
Top