Quote:
Originally Posted by ramazan19833
Creates a .bat file (with final pause command) enter it in the "Bin_Kompressor" folder and starts the compression using the same method, in the dos window read the error you get.
bat file PREPARATION HELP
|
Code:
@echo off
color 0c
echo.
arc a -ma9 -ds -lc1024 -ld1024 -ep1 -di -i2 -ed -r -hp -p"Your_Password" -w"C:\Temp" "C:\Setup\Data.bin" -mprecomp+msc+reflate+srep64+delta+exe2+nz "C:\Program Files (x86)\Steam\*"
echo.
pause
Copy and Paste the code into a text file and save it in name.bat
Insert the file.bat in "Bin_Kompressor" folder and starts the compression.