Hello,
> Hello,http://ipmsg.org/bbs/bbs-ipmsg-e.cgi
[
Return IP Messenger / All view / Newest title / New post / Admin
]
![]()
Command Line sendMessage with multiple lines : Aurélien(11/10/5 23:59)
![]()
Re:Command Line sendMessage with multiple lines : Andy(12/8/29 08:32)
688
Root
v[800]
Command Line sendMessage with multiple lines
I use this command in a script (vbscript) to send a message :
ipmsg.exe /MSG 172.20.106.34 Texte here with several words
here is te rest
here is the end.
In my code I have string with New Line Feed (chr(10)), to have the texte on severals lines. I can not do this with command line. " or ' don't work.
Thks
800
^[688]
None
Re:Command Line sendMessage with multiple lines
>
> I use this command in a script (vbscript) to send a message :
> ipmsg.exe /MSG 172.20.106.34 Texte here with several words
> here is te rest
> here is the end.
>
> In my code I have string with New Line Feed (chr(10)), to have the texte on severals lines. I can not do this with command line. " or ' don't work.
>
> Thks
try chr(11)