user-2213
07-08-2018, 02:14 PM
I am on the W10 insider programme and was recently updated to version 17713_rs5 (preview for the autumn version)
The PVR start appeared to fail - the script ran but stopped with http://localhost:1935 the parameter is incorrect as a dialogue, and access not permitted in the command window
I tracked it down to a change in the way Windows handles the start <URL> syntax. I have edited my copy of get_iplayer_web_pvr.cmd so it looks like this:
The PVR start appeared to fail - the script ran but stopped with http://localhost:1935 the parameter is incorrect as a dialogue, and access not permitted in the command window
I tracked it down to a change in the way Windows handles the start <URL> syntax. I have edited my copy of get_iplayer_web_pvr.cmd so it looks like this:
Code:
ping 127.0.0.1 -n 5 -w 1000 > NUL
rem - the start line does not work in the latest W10
rem start http://localhost:1935
rem call explicit browswer instead
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" http://localhost:1935