Lync chat with multiple contacts from windows command line -


i can start chat specified contact command line like:

start sip:abc@abc.com 

but when want chat multiple contacts using command line like:

start im:<sip:a@abc.com><sip:b@abc.com> 

a command syntax error appear. tried many ways found no solution this. how can fix it? forwardly.

quotes fixed me. this:

start im:"<sip:a@abc.com><sip:b@abc.com>" 

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -