📄 update.bat
字号:
@echo off
echo *** Removing old BIN and creating new BIN
if exist bin\nul deltree /y BIN > nUl
md bin
md bin\ads
md bin\idp
md bin\win32
md bin\sh3
echo *** Updating BIN\ADS
copy _build\bin\ads\release\*.* bin\ads > nul
echo *** Updating BIN\IDP
copy _build\bin\idp\release\*.* bin\idp > nul
echo *** Updating BIN\SH3
copy _build\bin\sh3\release\*.* bin\sh3 > nul
echo *** Updating BIN\WIN32
copy bmp\release\13506bmp.exe bin\win32 > nul
copy play\release\13506play.exe bin\win32 > nul
copy show\release\13506show.exe bin\win32 > nul
copy filt\release\13506filt.exe bin\win32 > nul
copy swivel\release\13506swivel.exe bin\win32 > nul
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -