Bulk Zip Individual Files Into Individual Zipped Folders | Tutorial Guide Batch File Provided
Channel:
Subscribers:
14,100
Published on ● Video Link: https://www.youtube.com/watch?v=oftHyi62Q5I
@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 - https://bmc.link/warpedpolygon
Patreon - https://patreon.com/warpedpolygon
Other Videos By Warped Polygon
Tags:
emulation
gaming
warpedpolygon
arcade
Other Statistics
Dead or Alive Statistics For Warped Polygon
Warped Polygon currently has 752 views spread across 1 video for Dead or Alive. Less than an hour worth of Dead or Alive videos were uploaded to his channel, making up less than 0.23% of the total overall content on Warped Polygon's YouTube channel.