Answer the question
In order to leave comments, you need to log in
How to send messages via msg from 1s?
Good day!
There is a mail.cmd file with the content
@echo off
@msg "Администратор" "%~1"
@msg "user2" "%~1"
@msg "и тд пользователи" "%~1"
Answer the question
In order to leave comments, you need to log in
1c sends the message text with a parameter to the *.bat file
for /f "delims=" %%i in (C:\user.txt) do msg %%i "%~1"
in the user.txt file is a list of users to receive messages like
"user1"
"user2"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question