user-1214
03-05-2017, 04:11 PM
i did have pvr Scheduler working for a few years, on Windows 8, following these intructions https://www.beebotron.org/helper_get_iplayer_help.php
but the batch file isn't there anymore to download, the link is broken http://beebotron.org/get_iplayer--pvr.ba...r--pvr.bat
ive tried creating my own batch file but whatever combination i do, from within Task Scheduler i cant get it to run anymore.
if i double click the file within C:\Program Files (x86)\get_iplayer it starts the PVR fine BOTH a batch file and a Windows Command Script file.
with this inside...
@echo off
setlocal
set GIP_INST=%~dp0
if #%GIP_INST:~-1%# == #\# set GIP_INST=%GIP_INST:~0,-1%
"%GIP_INST%\get_iplayer.cmd" --pvrschedule 14400 %*
its saved as "get_iplayer--pvr"but wont run in Task Scheduler.
Do you have the batch file for windows i can download from somewhere please? so i can automate the PVR again please.
but the batch file isn't there anymore to download, the link is broken http://beebotron.org/get_iplayer--pvr.ba...r--pvr.bat
ive tried creating my own batch file but whatever combination i do, from within Task Scheduler i cant get it to run anymore.
if i double click the file within C:\Program Files (x86)\get_iplayer it starts the PVR fine BOTH a batch file and a Windows Command Script file.
with this inside...
@echo off
setlocal
set GIP_INST=%~dp0
if #%GIP_INST:~-1%# == #\# set GIP_INST=%GIP_INST:~0,-1%
"%GIP_INST%\get_iplayer.cmd" --pvrschedule 14400 %*
its saved as "get_iplayer--pvr"but wont run in Task Scheduler.
Do you have the batch file for windows i can download from somewhere please? so i can automate the PVR again please.