📄 cpbin.bat
字号:
Rem copy all binary files to folder \bin
copy /Y ColorProcess\Release\ColorProcess.exe ..\bin\ColorProcess.exe
copy /Y ImageLib\diblib\Release\diblib.lib ..\bin\diblib.lib
copy /Y EffectShow\Release\EffectShow.exe ..\bin\EffectShow.exe
copy /Y Huffman\Release\Huffman.exe ..\bin\Huffman.exe
copy /Y ImageBoard\Release\ImageBoard.exe ..\bin\ImageBoard.exe
copy /Y ImageLib\Release\ImageLib.dll ..\bin\ImageLib.dll
copy /Y ImageLib\Release\ImageLib.lib ..\bin\ImageLib.lib
copy /Y ImageProcess\Release\ImageProcess.exe ..\bin\ImageProcess.exe
copy /Y lzw\Release\lzw.exe ..\bin\lzw.exe
copy /Y RLE\Release\RLE.exe ..\bin\RLE.exe
copy /Y ShowDIB\Release\ShowDIB.exe ..\bin\ShowDIB.exe
copy /Y TransformShow\Release\TransformShow.exe ..\bin\TransformShow.exe
copy /Y ViewDIB\Release\ViewDIB.exe ..\bin\ViewDIB.exe
copy /Y ViewImage\Release\ViewImage.exe ..\bin\ViewImage.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -