Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

using 7za.exe biggest compession

Featured Replies

Can anyone explain me how to use this code

7za.exe a -r -t7z -m0=BCJ2 -m1=LZMA:d24:fb255:a2:lc7:mf=bt3 -m2=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -m3=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -mb0:1 -mb0s1:2 -mb0s2:3 file.7z

that there wouldn't included non needed files in the .7z file, for egzample, when i put a batch file with this code into the folder, where i want compress files, the code includes that batch file, also and the 7za.exe file but i have managed to get it out from there, by using this code in the batch file

%systemdrive%\7za.exe a -r -t7z -m0=BCJ2 -m1=LZMA:d24:fb255:a2:lc7:mf=bt3 -m2=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -m3=LZMA:d19:fb128:a2:lc0:lp2:mf=bt3 -mb0:1 -mb0s1:2 -mb0s2:3 file.7z

so how do get rid of the batch file.maybe these is a special switch.tnx

Put that batchfile in a directory somewhere in the path (like \system32) and just call it from the folder you want compressed.

  • Author
Put that batchfile in a directory somewhere in the path (like \system32) and just call it from the folder you want compressed.

ok, how do i call it?

Well, suppose you named it "7zcompress.cmd" and placed it into \system32, you would simply type "7zcompress.cmd" from the folder you want to compress.

D:\somefolder>7zcompress.cmd{enter}

  • Author
Well, suppose you named it "7zcompress.cmd" and placed it into \system32, you would simply type "7zcompress.cmd" from the folder you want to compress.

D:\somefolder>7zcompress.cmd{enter}

should i use commnad promt or what, i don't understand :wacko:

Yes.

This was ,eamt to appear to be a command prompt :D "D:\somefolder>7zcompress.cmd{enter}"

  • Author
Yes.

This was ,eamt to appear to be a command prompt :D "D:\somefolder>7zcompress.cmd{enter}"

let me get this right, how it is going to be started over system32, if i'm not pointing it to system32.....???? :wacko:

sorry for the questions, but i'm aren't getting it :no:

system32 is defined in the %path% variable

type "path" in a command prompt and you will see...

PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys...(plus more)..

If a program (or cmd file) isn't in the current directory when you try to execute it, Windows will search all the directories defined in %path% for that program. System32 happens to be the very first entry so Windows finds the cmdfile you placed there and executes it.

  • Author
system32 is defined in the %path% variable

type "path" in a command prompt and you will see...

PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys...(plus more)..

If a program (or cmd file) isn't in the current directory when you try to execute it, Windows will search all the directories defined in %path% for that program. System32 happens to be the very first entry so Windows finds the cmdfile you placed there and executes it.

ohhhh, the light starts to shine for me now

thank yu wery much :lol::thumbup:P

Edited by maniaq

  • Author

now i need to get that right click for running cmd windows

thank yu wery much again :thumbup:lol::P

everything works great now

Edited by maniaq

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.