Jump to content

Featured Replies

hi

  • Author

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

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

:albert:

  • Author

:wub_anim: thanx alot for your support

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

[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...