what is the underlying compress command used ?

  • Thread starter Thread starter Hassan
  • Start date Start date
H

Hassan

When we right click on files, there is the option to send to compressed
foler... my question is whats the underlying command that Windows uses ?
 
Hassan said:
When we right click on files, there is the option to send to compressed
foler... my question is whats the underlying command that Windows uses ?

There isn't any.

The zip compression is only avialable via the Explorer GUI. It's implemented
as a DLL (zipfldr.dll) which is loaded into the Explorer process space.
There's no stand-alone EXE or equivalent command-line option, to zip or
unzip files.

Microsoft licensed the zip compression code from a 3rd party company. Part
of the deal was there'd be no compression command, so as to not impact sales
of 3rd party compression utilities. If you need a command-line commpression
command, you'll need to find a tool to do the job, such as Winzip.

Hope it helps,
 

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

Back
Top