?? prep.bat
字號:
@ECHO OFF
GOTO START
******************************************************************************
*
* File : Prep.bat
* Parameters: None
* Purpose : Sets path and other environment variables as required by tool chain
*
* This file as is uses the Keil C51 Compiler for 8051 targets.
*
******************************************************************************
:START
ECHO Prep.bat: Preparing environment
REM Next line avoids setting of path
IF "%_PREP_KEIL_%" == "_PREP_KEIL_" GOTO END
SET _PREP_KEIL_=_PREP_KEIL_
SET PATH=%PATH%;C:\PROGRAM FILES\KEIL\C51\BIN;
:END
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -