项目作者: DLArch

项目描述 :
高级语言: C#
项目地址: git://github.com/DLArch/Dynamically-linked-archiving-methods-Console.git
创建时间: 2016-10-04T07:05:23Z
项目社区:https://github.com/DLArch/Dynamically-linked-archiving-methods-Console

开源协议:The Unlicense

下载


DLA


Build Status

About project

Dynamically Linked Archiving Methods(DLA) - this is modern archivator for all. You can write and integrade Compressing Methods into this archivator. You can integrade our FrameWork into your program or you can download fully worked compiled copy and use that as 7zip or WinRar.


How to use

  • For archivate:

    1. $dla ar C:\Users C:\Archives\Archive76.dla

    — Where C:\Users - base folder for compress, C:\Archives\Archive76.dla - archive destination.

  • For Unzip:

    1. $dla dar C:\Archives\Archive76.dla C:\NewFolderForArchive76

    —Where C:\Archives\Archive76.dla - archive file, C:\NewFolderForArchive76 - folder for unzipping(will be created).