?? encoder.bat
字號:
REM ===================================
REM DOS Environment Variable Settings
REM ===================================
REM TI Fixed-Point Tools path setting
REM ---------------------------------
call c:\batch\fix.bat
REM Debugger Environment
REM --------------------
SET D_OPTIONS=-P 240
REM C Compiler Environment
REM ----------------------
SET C_DIR= c:\dsp\2xx\dsptools\cgt\6.63b;c:\dsp\24x\code\encoder
SET A_DIR= c:\dsp\24x\code\encoder
REM Goto Directory containing Source
REM --------------------------------
cd c:\dsp\24x\code\encoder
REM Goto DOS
REM --------
command.com
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -