[LOSTFILES] ;Define here any files you want to show up in the "Lost files" branch of the recovery tree ;You must provide a file signature between 2 and 8 byte length, located at the beginning of the file ;Also provide an expression determining the size of the file. You can reference any byte of the ;file's first sector. ;Example: Help-Files ; Help files start with the signature $3F,$5F,$03,$00. ; Found lost Help files will get the extention HLP in the recovery tree ; The size will be determined by the double word found at position 12 in the first sector [12,4] ;NOTE: ; Many files types, e.g. ZIP-files, do not contain their length in their header. However, you can ; specify a length large enough to cover the size of the ZIPs you want to recover. Many applications ; (such as WINZIP) are not bothered by files that are longer than in their original state. ;NAME EXT SIGLENGTH SIG TYPE SIZEEXP ;Winword1= DOC,4, $9b,$a5,$21,$00, 1, [32,4] Winword1= DOC,4, $9b,$a5,$21,$00, 1, 100000 ;Winword2= DOC,4, $db,$a5,$2d,$00, 1, [32,4] Winword2= DOC,4, $db,$a5,$2d,$00, 1, 100000 Winword6= DOC,4, $d0,$cf,$11,$e0, 1, [$2c,1]*65536+512 Help-File= HLP,4, $3F,$5F,$03,$00, 1, [12,4] RIFF-File= WAV,4, $52,$49,$46,$46, 1, [4,4]+8 WMF-File= WMF,6, $D7,$CD,$C6,$9A,$00,$00, 1, [$1c,4]*2+24 ZIP-File= ZIP,4, $50,$4B,$03,$04, 1, 100000 JPG-File= JPG,3, $FF,$D8,$FF, 10, 5000000 AVI-File= AVI,4, $52,$49,$46,$46, 1, [4,4] MP3-File= MP3,3, $49,$44,$33, 11, 10000000 BMP-File= BMP,2, $42,$4d, 12, [2,4] [TEMPLATES] ; FS ClusterSize 1stRootCluster ; Location TotalSecs RootDirEntries ; Reserved FatLength ; 0, 12, 1, 1, 2880, 9, 0, 224 1.44MB-Floppy=0, 12, 1, 1, 2880, 9, 0, 224 100MB-Zip Original as logical drive=0,16,1,4,196576,192,0,512 100MB-Zip Original as physical drive=32,16,1,4,196576,192,0,512 1GB-Jaz Original Fat16 format as logical drive=0,16,1,32,2090976,256,0,512 1GB-Jaz w/Fat16 as physical drive=32,16,1,32,2088928,255,0,512 1GB-Jaz w/Fat32 as physical drive=32,32,32,8,2088928,2036,2,0 2GB-Jaz Original Fat16 format as logical drive=0,16,1,64,3903732,239,0,512 2GB-Jaz w/Fat16 as physical drive=63,16,1,64,3887667,238,0,512 2GB-Jaz w/Fat32 as physical drive=63,32,32,8,3887667,3790,2,0