Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 txt 和 png 文件拖到我桌面上的一个 zip 文件夹中,但它不起作用。可以轻松地将这些文件拖到常规文件夹中。Windows 10。请帮助。
复制到记事本另存为7z.bat
7z.bat
注意:不能在桌面、C盘根目录等操作。
@ECHO OFF @REM @Author: xianghongai@gmail.com title Drag, Zip 7z a -tzip "%~1.zip" "%~1" -xr!node_modules echo :) echo Completed! echo Press any key to exit. pause >nul exit