STAT ==== Command ------- **STAT** [filename] Explanation ----------- Extended file directory display. Examples -------- :: >STAT FIRSTFIL.COM The following will be displayed: :: Recs Bytes Ext. ACC 64 16K 1 R/W :FIRSTFIL.COM 24K bytes available | Recs = Number of 128 byte blocks. | Bytes = Size of file in 'K' bytes. | Ext = Number of 16K extension blocks. | Acc = Access to file R/W - Read Write R/O - Read Only. Remarks ------- STAT may also be used with wildcards. :: >STAT *.HBA Will display the status of all HUNTER Basic files stored in memory.