Search found 2 matches

by BlueLizard
Saturday 23 May 2020 20:21
Forum: Bash / PowerShell / Batch etc.
Topic: Windows: Batch script starts media player
Replies: 0
Views: 623

Windows: Batch script starts media player

So I've managed to get some batch scripts running fine. However starting a media player(foobar2000) doesn't work. I suspect it's because it isn't starting in the current logged in desktop session. I basically just want to run music on the windows system Domoticz is currently running on. Any ideas ...
by BlueLizard
Friday 14 February 2020 18:16
Forum: Bash / PowerShell / Batch etc.
Topic: Simple SSH script doesn't work
Replies: 3
Views: 825

Simple SSH script doesn't work

I'm trying to write a simple script that SSHs into a server and kills a task. Like most things in domoticz this doesn't work. All the other commands in the script work apart from: "C:\Program Files\PuTTY\putty.exe" -ssh "username 1"@192.168.0.2 -pw p@ssw0rd -m "C:\Program Files (x86)\Domoticz ...