makezip.bat

来自「计时器 Run mode: * - stop 0 - switch o」· Batch 代码 · 共 5 行

BAT
5
字号
del -f \public_html\stopwatch.zip
del -f \public_html\stopwatch-src.zip
zip \public_html\stopwatch.zip StopWatch.*
cd ..\..
zip -r \public_html\stopwatch-src.zip StopWatch

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?