make-mc.bat
来自「WindowsNT文件系统内幕英文版」· Batch 代码 · 共 10 行
BAT
10 行
@echo off
REM The following explain the options used :
REM v = verbose
REM c = set Customer bit in all message ids.
REM s = insert symbolic name as first line of each message.
REM h <pathname> = pathname where (created) header file should be stored.
REM U = output file should be in Unicode.
\mstools-351\bin\mc -vcs -h ..\inc -U errmsg.msg
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?