b.bat

来自「symbian s60 2nd下的手机定时拍照」· Batch 代码 · 共 57 行

BAT
57
字号
@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 + =
减小字号Ctrl + -
显示快捷键?