Bulk Zip Individual Files Into Individual Zipped Folders | Tutorial Guide Batch File Provided

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • @ECHO OFF
    FOR %%i IN (*.*) DO (
    ECHO "%%i" | FIND /I "zip.bat" 1>NUL) || (
    "c:\Program Files\7-Zip\7z.exe" a -tzip "%%~ni.zip" "%%i"
    if %ERRORLEVEL% == 0 del "%%i"
    )
    )
    If you like my stuff and wish to support these endeavors, check the links below. Cheers.
    Buy Me a Coffee. No Account Needed to Support - bmc.link/warpe...
    Patreon - / warpedpolygon

КОМЕНТАРІ • 16

  • @garrytempleman2214
    @garrytempleman2214 Рік тому

    Thats awsome ... you can also use a program called rom zipper and its free

  • @frankom8245
    @frankom8245 Рік тому

    Nice one mate, Handy to know.

  • @yusufsyaibani7746
    @yusufsyaibani7746 3 місяці тому

    GREAT!!!
    But how do I keep the old files?
    Thanks

  • @Right_Said_Brett
    @Right_Said_Brett Рік тому

    Do you think that you may do a tutorial for incorporating Nokia N-Gage emulation into LaunchBox? I've managed to get the emulator setup and running games, but for the life of me, I can't figure out how to set it up within LaunchBox.

  • @andrewofford1533
    @andrewofford1533 Рік тому

    Great Work as always..... Thanks..

  • @omkarjethe34
    @omkarjethe34 Місяць тому

    How can we do 5 name wise pdf document merge into one zip file with add new name for zip file...
    Pls help me..

    • @warpedpolygon
      @warpedpolygon  Місяць тому

      That is beyond my knowledge, I know googling this stuff is a nightmare so I can only apologise

  • @ScotsmanGamer
    @ScotsmanGamer Рік тому

    What!? peazip easy find! 🤣

    • @warpedpolygon
      @warpedpolygon  Рік тому +1

      Cheers mate. Will cover that also!

    • @ScotsmanGamer
      @ScotsmanGamer Рік тому

      @@warpedpolygon That's what I use.... As it pisses me of that emulators use zip as standard and rom set makers still use zip as standard so convert them to 7z

  • @neltlen
    @neltlen 4 місяці тому

    how do you make it add a password for all those zipped files?

  • @funnyfurryfunny
    @funnyfurryfunny 3 місяці тому

    Thank you its workin