makedisk.bat
来自「Think in C++文中代码实现」· Batch 代码 · 共 21 行
BAT
21 行
c:
cd \thinking
md c:\ECKELT03
del c:\tmp\errors.txt
xcopy *.h c:\ECKELT03 /S
xcopy *.c c:\ECKELT03 /S
xcopy *.cpp c:\ECKELT03 /S
xcopy makefile.ms c:\ECKELT03 /S
xcopy makefile.met c:\ECKELT03 /S
copy *.bat c:\ECKELT03
copy preface\copyrite.txt c:\ECKELT03
copy readme.txt c:\ECKELT03
copy errata.txt c:\ECKELT03
copy codexref.txt c:\ECKELT03
cd \ECKELT03
call cright.bat
copy \thinking\readme.txt
copy \thinking\preface\copyrite.txt
zip -m -r -P ECKELT03 *.*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?