Jump to content

Featured Replies

  On 8/23/2009 at 2:33 PM, q123 said:

hi

  • Author

:albert: after seeing some .reg files in my registry i made some thing like this :rolleyes:

  Quote

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.abc]

@="Mplayer"

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Mplayer]

@="abcfile type"

[HKEY_CLASSES_ROOT\Mplayer\shell]

[HKEY_CLASSES_ROOT\Mplayer\shell\open]

[HKEY_CLASSES_ROOT\Mplayer\shell\open\command]

@="\"C:\\Program Files\\Mplayer\\MPlayer.exe\""

with that i was able to open my .abc with mplayer by default :dancing:

:blush: my questions are:

1.Is it right or need to change the code

2.what if i need to associate the app with .dat,.vob,.mp4 .....etc create a reg file for all the types

Edited by q123

  On 8/24/2009 at 4:35 PM, q123 said:

:albert:

  • Author

:wub_anim: thanx alot for your support

hmmm to open that file.dat in that Mplayer the working commmand is

  Quote
[HKEY_CLASSES_ROOT\Mplayer\shell\open\command]

@="\"%ProgramFiles%\\Mplayer\\MPlayer.exe\""%1\""

else just player is opened nothing happens

Edited by q123

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...