Jump to content

Associate files with specific programs.


Recommended Posts

How do I assign things file association for certain programs, eg winrar, 7zip, classic media player. I want to associate .7z and .z files with 7zip, .rar with winrar, .zip with windows zip application and .iso files with isobuster.

Please assist me Thanks a lot

Link to comment
Share on other sites


Hi!

I dunno for sure.. but reading the registry: (following key)

HKLM\SOFTWARE\CLASSES\

Below this key, u will find for example each known file association, for each file ending there is a value:

Content Type - RegSZ - application/<application>

For example, my HKLM\SOFTWARE\CLASSES\.doc which one would expect to be associated with Word reads:

Content Type - RegSZ - application/msword

Should be easy to test if this is the place to do it.... prolly could do this using read load or something!

Edited by Br4tt3
Link to comment
Share on other sites

Check out the internal ASSOC command:

Displays or modifies file extension associations

ASSOC [.ext[=[fileType]]]

.ext Specifies the file extension to associate the file type with
fileType Specifies the file type to associate with the file extension

Type ASSOC without parameters to display the current file associations.
If ASSOC is invoked with just a file extension, it displays the current
file association for that file extension. Specify nothing for the file
type and the command will delete the association for the file extension.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...