pbpostsysgenprojects.bat

来自「Windows CE documentation and examples fr」· Batch 代码 · 共 15 行

BAT
15
字号
setlocal
pushd
cd /d C:\WINCE600\OSDesigns\OSDesign1\OSDesign1\HelloWorld
build
if exist build.log type build.log >> %_WINCEROOT%\build.log
if exist build.wrn type build.wrn >> %_WINCEROOT%\build.wrn
if exist build.err type build.err >> %_WINCEROOT%\build.err
cd /d C:\WINCE600\OSDesigns\OSDesign1\OSDesign1\Subproject_Shell
build
if exist build.log type build.log >> %_WINCEROOT%\build.log
if exist build.wrn type build.wrn >> %_WINCEROOT%\build.wrn
if exist build.err type build.err >> %_WINCEROOT%\build.err
popd
endlocal

⌨️ 快捷键说明

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