-2

I need to copy of a FILE and zip the same file.

Filburt
  • 17,626
  • 12
  • 64
  • 115
Kishore kumar
  • 81
  • 1
  • 6

1 Answers1

0

This command you can run by keeping the exe in your user directory.

    7z e archive.zip

e is for extraction for compression use x

Panther
  • 3,312
  • 9
  • 27
  • 50