📄 bootcopy.bat
字号:
REM COPY and RENAME Monitor Files
REM
REM set MON_NAME to the name of your target system
SET MON_NAME=Phytec nM164 1MB
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 nM164 1MB.TXT"
REM COPY boot167 "..\Phytec nM164 1MB.BOT"
REM COPY monitor "..\Phytec nM164 1MB.MON"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -