?? b.bat
字號:
@echo off
@echo *************************************
@echo ** Symbian batch program *********
@echo ** CAZ 2006 **********************
@echo *************************************
echo Clean All History Files......
pause
if not exist bld.inf goto end
if exist abld.bat call abld clean
call bldmake clean
pause
@echo.
@echo ********************************************************
@echo * Begin Build *
@echo ********************************************************
@echo.
@echo ********************************************************
@echo * bldmake bldfiles *
@echo ********************************************************
@echo.
call bldmake bldfiles
@echo ********************************************************
@echo * abld build wins udeb *
@echo ********************************************************
@echo.
call abld reallyclean wins udeb
@echo.
call abld reallyclean armi urel
@echo.
call abld build wins udeb
@echo ********************************************************
@echo * abld build resource *
@echo ********************************************************
@echo.
call abld resource wins udeb
@echo ********************************************************
@echo * abld build vc6 *
@echo ********************************************************
@echo.
call abld build vc6
@echo.
@echo ********* emulor Finished**************************
call abld build armi urel
@echo ********************************************************
@echo * abld build armi *
@echo ********************************************************
@echo.
call abld resource armi urel
@echo ********************************************************
@echo * abld resource armi *
@echo ********************************************************
@echo.
makesis CamTimer.pkg
pause
:end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -