|
Make another .bat but make sure all the files used in the compressing process are there next to it.
What to write in the CMD:
@echo off
arc x "E:\data1.bin" "output directory\"
i think that is how it is done anyways you should just check the documentation.
|