@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 - [ Ссылка ]
Patreon - [ Ссылка ]
Ещё видео!