M
M
Max Ba2019-08-16 16:26:51
Programming
Max Ba, 2019-08-16 16:26:51

How to send win 10 notifications without a browser?

We set the task to replace browser notifications with .exe, .bat, that is, with any process that will access a specific URL every minute and show a response. The response format is string one word.
I'm programming in C++, but it's very weak, it takes a long time to write an exe file.
How would you do?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2019-08-16
@NeiroNx

PowerShell can do a lot, because there is .Net 4.5
https://dentnt.trmw.ru/?p=10807
where even getting the image is written - you can basically change it a little and get the text.

D
Dimonchik, 2019-08-16
@dimonchik2013

www.xstarter.com

K
Konstantin Tsvetkov, 2019-08-17
@tsklab

This is not a ready-made recipe, but you can make what you need from the ingredients.

FOR /f "tokens=1" %%i IN ('curl -s 2ip.ru') DO ECHO %date% %time% %%i | MSG %USERNAME%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question