pack.bat
来自「a星路径规划」· Batch 代码 · 共 28 行
BAT
28 行
del *.jbf
copy Release\PathFinder2D.EXE
del Release\*.* /s /q
rmdir Release\ /s /q
del Debug\*.* /s /q
rmdir Debug\ /s /q
rem mkdir \tmp
del \tmp\*.* /s /q
rmdir \tmp\ /s /q
mkdir \tmp\PathFinder2D
xcopy /s *.* \tmp\PathFinder2D
cd ..
del PathFinder2D.zip
pkzip25 -level=9 -add -recurse -path=relative PathFinder2D.zip \tmp\*.*
copy PathFinder2D.zip \Inetpub\wwwroot\Intrafoundationcom\html\downloads\
pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?