Menu

What are the command lines for 7zFM.exe ?

PiotrMP006
2024-02-11
2024-08-25
  • PiotrMP006

    PiotrMP006 - 2024-02-11

    What are the command lines for 7zFM.exe ?

    "C:\Program Files\7-Zip\7zFM.exe" -p"password" "D:\test.7z"

    Why does this command line not work?

     

    Last edit: PiotrMP006 2024-02-11
    • Sam Tansy

      Sam Tansy - 2024-02-12

      Second, you didn't provide file/s to compress at the end, only archive name, and first 7zFM is graphical and doesn't work this way. You can try with 7z.exe or 7zG.exe. First one, 7z.exe, is purely in console, second, 7zG.exe, will show graphical progress window.

       
      👍
      1
      • PiotrMP006

        PiotrMP006 - 2024-02-12

        I don't want to compress files!!!

        I want to open the encrypted archive in the 7zFM.exe manager from the command line by entering the password and archive name

         
        👍
        1
        • Igor Pavlov

          Igor Pavlov - 2024-02-12

          The open operation with password from command line was not implemented.

           
  •  Skyrocket4442

    Skyrocket4442 - 2024-02-11

    Hello,

    In the help file under "Command Line Syntax", there would be more details.

    After the .exe, add a letter a for "add", and after the .7z, add * to include all the files, i.e.

    "C:\Program Files\7-Zip\7zFM.exe" a -p"password" "D:\test.7z" *

     

    Last edit: Skyrocket4442 2024-02-11

Log in to post a comment.