Advertisement
patronanejo

get_iplayer / pvr.cmd (also works on XP)

Aug 21st, 2013
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. echo off
  2. echo ************************************************************************************************************
  3. echo * *
  4. echo * This is a combined command which first populates the programme cache; then invokes the get_iplayer GUI *
  5. echo * It was written by Shin Muraoka for the convenience of the get_iplayer command-line user community *
  6. echo * pvr.cmd DOES NOT REPLACE pvrmanager.cmd, which must not be deleted *
  7. echo * No rights reserved; the community is encouraged to alter this command (pvr.cmd) for any reason *
  8. echo * *
  9. echo ************************************************************************************************************
  10.  
  11. cd "C:\Program Files\get_iplayer"
  12. cmd /c get_iplayer.cmd && pvr_manager.cmd
  13.  
  14. :get_iplayer.cmd
  15. :@echo off
  16. :cd "C:\Program Files\get_iplayer"
  17. :perl.exe get_iplayer.pl %*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement