02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

FORMAT, cont.<br />

Chapter —Program Instructions<br />

Examples Issuing the statement FILES before and after a FORMAT "/c" statement<br />

shows how the memory is affected. Note that system files starting with a<br />

period character are not removed, since the FORMAT statement does not<br />

contain any “A” flag:<br />

FILES "/c",A<br />

yields for example:<br />

Files on /c<br />

./ 0 ../ 0<br />

APPLICATION 1 boot/ 0<br />

ADMIN/ 0 .setup.saved 222<br />

STDIO 4<br />

2222080 bytes free 227 bytes used<br />

Ok<br />

FORMAT "/c"<br />

Ok<br />

FILES "/c",A<br />

Files on /c<br />

yields for example:<br />

./ 0 ../ 0<br />

boot/ 0 ADMIN/ 0<br />

.setup.saved 222<br />

2224128 bytes free 222 bytes used<br />

In the following statement, a CompactFlash memory card is formatted<br />

to MS-DOS format in the immediate mode. The number of entries is<br />

increased from 208 (default) to 500 and the size of the sectors in decreased<br />

from 512 bps (default) to 256 in order to make the card better suited for<br />

more but smaller files. The “A” flag specifies “hard" formatting.<br />

FORMAT "card1:",500,256,A<br />

<strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong> 7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!