Windows XP Compressed Folders & File Extensions

M

Mark

I couldn't find an answer anywhere I looked.

Is it possible to get Windows to treat some other file extension as a
compressed folder?

For example, I would like to be able to open .jar and .xpi files, which
are really zipped archives, as I do .zip archives, without having to
rename them or use a separate program.

Thanks,

Mark
 
A

Ayush

Replied to [Mark]s message :
I couldn't find an answer anywhere I looked.

Is it possible to get Windows to treat some other file extension as a
compressed folder?

For example, I would like to be able to open .jar and .xpi files, which
are really zipped archives, as I do .zip archives, without having to
rename them or use a separate program.

Thanks,

Mark


Click Start | Run and type :
cmd /c assoc .jar=compressedfolder
then
cmd /c assoc .xpi=compressedfolder
 
M

Mark

Ayush said:
Replied to [Mark]s message :
I couldn't find an answer anywhere I looked.

Is it possible to get Windows to treat some other file extension as a
compressed folder?

For example, I would like to be able to open .jar and .xpi files,
which are really zipped archives, as I do .zip archives, without
having to rename them or use a separate program.

Thanks,

Mark


Click Start | Run and type :
cmd /c assoc .jar=compressedfolder
then
cmd /c assoc .xpi=compressedfolder
Thanks. That was it.

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top