View Single Post
  #8 (permalink)  
Old 24th February 2006
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default

Then again you can always associate by editing Windows Registry.

Code:
REGEDIT4

[HKEY_CLASSES_ROOT\.DVR-MS]
@="ZZ_DVR-MS"

[HKEY_CLASSES_ROOT\ZZ_DVR-MS]
@="Microsoft Recorded TV Show video"

[HKEY_CLASSES_ROOT\ZZ_DVR-MS\DefaultIcon]
;; change this
@="D:\\Apps\\Bsplayer\\Bsplayer.exe,0"

[HKEY_CLASSES_ROOT\ZZ_DVR-MS\shell]
@="Playbs"

[HKEY_CLASSES_ROOT\ZZ_DVR-MS\shell\Playbs]
@="&Play in BSPlayer"

[HKEY_CLASSES_ROOT\ZZ_DVR-MS\shell\Playbs\command]
;; change this
@="D:\\Apps\\Bsplayer\\Bsplayer.exe \"%L\""
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20