?? finddev4.bat
字號:
@echo off
if NOT (%1) == () goto L1
echo FINDDEV4 string - Searches DEVICES.TXT and list lines matching the string.
echo Example: FINDDEV4 P20RA10 Would list all lines containing P20RA10
goto EXIT
:L1
echo NOTE: "*" after device means programmer pin remapping required
echo MFG Part Type Package F/P Code Device
if not (%ABEL4DEV%) == () find "%1" %ABEL4DEV%\devices.txt
if (%ABEL4DEV%) == () find "%1" c:\dataio\lib4\devices.txt
:EXIT
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -