Hello,
I am trying to run a Perl script from VDR menu, but it sticks VDR after one second : "timeout".
I've added this line in VDR's commands.conf :
MY_SCRIPT: /usr/local/bin/myscript.pl &
How could I launch the Perl script in background mode ?
Thanks.
Hi, you can use: echo "command" | at now
example: Lautstärke korrigieren?: echo "/usr/lib/vdr/svdrpsend.pl VOLU 255" | at
now
Working perfectly. Thanks a lot.