Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Ветеран


Сообщения: 27449
Благодарности: 8087

Профиль | Отправить PM | Цитировать


Ну, с помощью сторонних средств (например, с некоторых порNirCmd), сие, скорее всего, возможно [поскольку у меня нет Windows 7 — надо проверять]. После извлечения и установки NirCmd (сам он предлагает скопировать себя в «%SystemRoot%») в планировщике можно будет использовать подобную командную строку nircmd.exe:
Код: Выделить весь код
%SystemRoot%\nircmd.exe trayballoon "Hello" "This is a test..." "shell32.dll,-22" 15000
где:
Цитата:
Код: Выделить весь код
trayballoon [Title] [Balloon Text] [Icon File] [Timeout]
Displays a tray balloon (For Windows XP and above). Be aware that when using this command, NirCmd will continue running until the balloon is closed or disappeared.

The [Title] parameter is the title of the balloon and the [Balloon Text] parameter specifies the text to display inside the balloon. In the [Icon File] parameter, you can specify .ico file (e.g.: c:\icons\myicon.ico) or .exe/.dll file with icon resource index or number (e.g.: shell32.dll,-154). The [Timeout] parameter specifies the number of milliseconds to wait before the balloon is disappeared.
Это сообщение посчитали полезным следующие участники:

Отправлено: 22:54, 01-11-2011 | #3