YAFA (Yet Another File Archiver) is an experimental archiver, created for educational purpose.
This tool's idea was sparked by few students of Quaid-e-Awam University of Engineering & Technology (QUEST), 17 batch of IT.
This is mere a hobby project.
NOTE: THIS DOESN'T DECREASE FILE SIZE OR COMPRESS FILES! IT DOES THE REVERSE (INCREASES SIZE), AS IT IS JUST A TEST TOOL.
ADDING:
yafa.exe a < files... > < archive_name >
ex: yafa.exe a D:\bussiness_cat.jpg D:\extra_text.txt test_archive.yafa
LISTING:
yafa.exe l < archive_name >
ex: yafa.exe l test_archive.yafa
EXTRACTING: (Works but might have some problems...)
yafa.exe x < archive_name >
ex: yafa.exe x test_archive.yafa
Visual Studio 2015 - Community