bootcopy.bat

来自「keilc pic的版本 才搞到的 希望对大家有帮助」· Batch 代码 · 共 21 行

BAT
21
字号
REM COPY and RENAME Monitor Files
REM
REM set MON_NAME to the name of your target system
SET MON_NAME=Phytec MM167
COPY abstract.txt "..\%MON_NAME%.TXT"
COPY boot         "..\%MON_NAME%.BOT"
COPY monitor      "..\%MON_NAME%.MON"
REM
REM *** IMPORTANT NOTE FOR WINDOWS 95/98 USERS ***
REM
REM If your system reports during the generation of Monitor
REM OUT OF ENVIRONMENT SPACE you need remove the above SET
REM command and insert the MON_NAME directly into the COPY
REM commands.
REM
REM Example:   Remove the SET command and insert directly the name
REM    COPY abstract.txt "..\Phytec MM167.TXT"
REM    COPY boot167      "..\Phytec MM167.BOT"
REM    COPY monitor      "..\Phytec MM167.MON"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?