mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:22:11 +02:00

* Make placeholders more compatible with CLIP ones * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
593 B
593 B
msg
Send a message to a specific user or session. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/msg.
- Send a message to a specified user or session:
msg {{username|session_name|session_id}} {{message}}
- Send a message from
stdin
:
echo "{{message}}" | msg {{username|session_name|session_id}}
- Send a message to a specific server:
msg /server:{{server_name}} {{username|session_name|session_id}}
- Send a message to all users of the current machine:
msg *
- Set a delay in seconds for a message:
msg /time:{{10}}