17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

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, <strong>cont'd</strong>.<br />

Chapter 2 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 />

Files on c:<br />

.theDefaultSetup 157 DIRECT 0<br />

STDIO 2 APPLICATION 1<br />

FILELIST.DAT 0<br />

505856 bytes free 160 bytes used<br />

Ok<br />

FORMAT "c:"<br />

Ok<br />

FILES "c:",A<br />

Files on c:<br />

.theDefaultSetup 157<br />

514048 bytes free 157 bytes used<br />

Ok<br />

In the following statement, a RAM-type memory card is formatted to MS-<br />

DOS format in the immediate mode. The number of entries is increased from<br />

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

(default) to 256 in order to make the card better suited for more but smaller<br />

files. The “A” flag specifies “hard” formatting.<br />

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

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 83

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

Saved successfully!

Ooh no, something went wrong!