baggage.txt

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 21 行

TXT
21
字号
BAGGAGE IN WINHELP FILES
========================

Any 'baggage' files specified in the [BAGGAGE] section of a .HPJ file will
be copied at compile time and stored in the .HLP file as an internal file.
The only change made to the file will be to prepend the standard 9-byte
internal file header (see whifs.txt).  In addition, the baggage file will
be listed in the directory file under the name by which it was specified
in the .HPJ file, minus the path.

That is, if the [BAGGAGE] section of a .HPJ file is as follows:

	[BAGGAGE]
	c:\dos\command.com
	E:\OS2\MDOS\WINOS2\WINMINE.EXE
	
Then both command.com and the Win-OS/2 version of MineSweeper will be copied
into the help file (why you'd want them there, I'll never know), and in the
directory file will contain, among other things, entries for "command.com"
and "WINMINE.EXE".  Note that the case of the letters is preserved.

⌨️ 快捷键说明

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