Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

7zip

Extracting a 7-Zip file “silently” – command line option

September 8, 2023 by Tarik

I just came across this when searching for the same, but I solved it myself! Assuming the command is processed with Windows / DOS, a simpler solution is to change your command to: 7z.exe -o some_dir x some_archive.7z > nul That is, direct the output to a null file rather than the screen. Or you … Read more

Categories 7zip Tags 7zip Leave a comment

How do I make a self extract and running installer

March 28, 2023 by Tarik

I have created step by step instructions on how to do this as I also was very confused about how to get this working. How to make a self extracting archive that runs your setup.exe with 7zip -sfx switch Here are the steps. Step 1 – Setup your installation folder To make this easy create … Read more

Categories 7zip Tags 7zip, sfx, winrar Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa