?? drvbuild.bat
字號(hào):
@echo off
if "%1"=="" goto erruse
if "%3"=="" goto erruse
if not exist %1\bin\setenv.bat goto errfile
call %1\bin\setenv %1 %4
%2
cd %3
build -b -w -c %5 %6 %7 %8 %9
goto end
:errfile
echo NOTE: setenv.bat doesn't exist in %1!
goto end
:erruse
echo usage: DrvBuild <DDK_PATH> <Driver_DRIVE> <Driver_PATH> <free|checked> [build_options]
echo eg1: DrvBuild %DDKPATH% d: d:\usbdriver
echo eg2: DrvBuild %DDKPATH% d: d:\usbdriver checked
echo eg3: DrvBuild %DDKPATH% d: d:\usbdriver free -c
:end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -