Return to previous page | Return to menu | Go to next page
Command description
■MFCAT
● Memory file combination tool MFCAT
Format
MFCAT [-o ] -f
Or
MFCAT [-o ] ...
Options
-o Specify the output file name as []. If omitted
Output to [MFCAT.OUT].
-f List input file names not from command parameters
Obtained from the file []. 1 per line in list file
Describe the file name. Statements other than file names on any line
Do not include letters.
... List of input file names.
Output
Function
Combines multiple files to create a memory file that can be accessed by the CD library / file system. At this time, a header including directory information (file name, size, etc.) is added to the beginning of each file.
In the file system, data of each file can be accessed by sequentially traversing this header from the top.
Remarks
Input files are combined in the order specified.
File names are converted from lowercase to uppercase.
Wildcard expansion is not performed on the input file name.
Examples
(1) Generate [MFCAT.OUT] from [AFILE.DAT] [BFILE.DAT].
C: ¥> MFCAT AFILE.DAT BFILE.DAT [RET]
(2) Generate [TEST.ROM] from the file specified in [FILE.LST].
C: ¥> MFCAT -oTEST.ROM -fFILE.LST [RET]
Return to previous page | Return to menu | Go to next page