Giesmos
Junior Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Bulat_Ziganshin Цитата: у меня работает: compress_item = {text = "Add to "..arcname, command = freearc.." a --noarcext "..add_options.." -- "..arcname.." "..filename, help = "Compress the selected files using FreeArc"} compress_item2 = {text = "Add -m2 to "..arcname, command = freearc.." a -m2 --noarcext "..add_options.." -- "..arcname.." "..filename, help = "Compress the selected files using FreeArc"} menu = {compress_item,compress_item2} | -- Menu item for Compresion operation - the only menu item for non-archive files or multiple selection if #filenames==1 then arcname = "\""..nameext..arcext.."\"" add_options = "" -- "-ep1": disabled due to bug in FreeArc else arcname = "\""..drop_dir(path)..arcext.."\"" filename = "" for i,_ in ipairs(filenames) do filename = filename.." \""..drop_dir(filenames[i]).."\"" end add_options = "" end compress_item = {text = "Add to "..arcname, command = freearc.." a --noarcext "..add_options.." -- "..arcname.." "..filename, help = "Compress the selected files using FreeArc"} compress_item2 = {text = "Add -m2 to "..arcname, command = freearc.." a -m2 --noarcext "..add_options.." -- "..arcname.." "..filename, help = "Compress the selected files using FreeArc"} menu = {compress_item,compress_item2} - Все равно одна строка. Может быть не в то место вставил? crotoff Цитата: пример командной строки с precomp arc a -m=precomp+rep:512mb+exe+delta+tempfile+lzma:64mb:max:bt4:128 -dpC:\документы -- C:\документы\база.arc база/ | Спасибо. Так работает, только без "база/" на конце. Да... Разница в сжатии с -max более чем очивидна. Цитата: precomp использует packjpg_dll.dll - она тоже должна лежать там же | Она на месте. Вручную она jpeg перепаковывает и распаковывает - проверял. Более того - злосчастная папка сжалась через выше-предложенную команду (окно с packjpg появлялось) |