Moin moin, Ich bin auf der suche nach einem Script was mit ein Archiv von der auswahl erstellt mit den Einstellungen.


can someone help me?
kann mir evtl jemand weiterhelfen?


Code: Select all
$app = "<path to 7-Zip>\7z.exe";
$sel = quote(get("SelectedItemsPathNames", '" "'));
$dst = <curpath> . "\" . gpc(gettoken(<selitems |>, 1, "|"), "base") . ".7z";
$opt = " -sdel "; // Plus all your other necessary options...
run """$app"" a $opt ""$dst"" $sel";