Hello ,
I’m trying to use Plink.exe as a notification
when I run the command manually (windows CMD) - it’s working and i can see on the router
12:25:51 system,info,account user admin logged in from 192.168.1.167 via ssh
12:25:51 system,info,account user admin logged out from 192.168.1.167 via ssh
::
set host=192.168.1.1
set port=22
set user=admin
set password=admin
set "command=/beep"
::
echo y | С:\Putty\PLINK.EXE -P %port% -l %user% -pw %password% %host% "%command%"
::