Jump to content
Ketarin forum

bytedead

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by bytedead

  1. Thank you andreone! The "-x!*" works great and I am using that intead of del.

     

    Also figured out my problem with del... 2 too many "\". I should have mentioned that I am running it from a thumb drive.

     

    before: shows up as "del L:\\*" in log

    7z x {file} -o"{root}\{category}\" -y
    del /f "{root}\{category}\Eula.txt"

     

    working:

    7z x {file} -o"{root}\{category}" -y
    del /f "{root}{category}\Eula.txt"

  2. Been using this app for a while now but have never been able to get more than one command to work. Specifically... del command. I would appriciate it if someone could help me out with this.

     

    example: memtest.zip

    command after d/l:

    7z x {file} -o"{root}\{category}\" -y &&
    del /f "{root}\{category}\manual.html"

     

    If I use "&&", nothing gets extracted. If I use &, extraction works but still does not deleted the file "manual.html".

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.