76
8.7 Format of List File
The format of list file to be generated with the file check utility is shown below.
<FCHKLOG> :: = <FILENO> <FILEINFO> <FILECHECKSUM> <LISTCHECKSUM> null
<FILENO> :: = FILE_NO= <dec_num> <LS>
<FILEINFO> :: = <INFO> <LS>
<INFO> :: = <PATH> SP <SIZE> SP <DATE>
<LS> :: = CR
<FILECHECKSUM> :: = FILE_CH EC KSU M= <h ex _ch a r> <LS >
<LISTCHECKSUM> :: = LIST_CH EC KSU M= <h ex _ch a r> <LS >
<dec_num> :: = decimal number
<hex_char> ::= hexadecimal number represented by characters.
Example:
FILE_NO=3
“A:\AP\MENU.EXE” 12345 19960728-0630
“A:\CONFIG.SYS” 1000 19960308-2058
“A:\AUTOEXEC.BAT” 512 19960206-2340
FILE_CHECKSUM=XXXXXXXX
LIST_CHECKSUM=XXXXXXXX