fat info [PARTITION]
Print the infomation for partition PARTITION or the current root partition if PARTITION is not specified.
fat dir [PARTITION]
List all files and directories in the root directory of partition PARTITION or the current root partition if PARTITION is not specified.
fat file create size=[SIZE|*] FILE
Create file FILE of a certain size SIZE,FILE must be an absolute pathname e.g. (hd0,0)/1 ,()/abc.bin ,and must be in the root directory of a partition. if size=* is specified,the fat will get SIZE from memory address 0x8290(file size by last "cat --length=0").
fat file copy FILE1 FILE2
Copy file FILE1 to file FILE2,FILE1 must be either a blocklist notation e.g. (fd0)100+2 or an absolute pathname e.g. (hd0,0)/1 , ()/abc.bin ,FILE2 must be an absolute pathname,and must be in the root directory of a partition.