User`s guide

Table Of Contents
User Commands 4–71
User Commands
flwrite
flwrite
The flwrite command writes data to logical sectors on a diskette.
Caution: This is a destructive command. You must be careful which
sectors you write to because you may render the disk unusable.
Format
flwrite [first_sector [image_size [source_address [iterations [drive]]]]
Parameters
first_sector
Specifies the first logical sector of diskette to be written. The default is sector 0 (the
boot sector).
image_size
Specifies the number of bytes to write to the diskette. The default is one sector.
source_address
Specifies the beginning address where data to be written resides. The default is the
boot address.
iterations
Specifies the number of times to repeat the writing of the sector range. The default
is 1.
drive
Specifies the diskette drive number to use: 0 or 1. The default is 0.
Description
The flwrite command writes data from memory to the specified logical sectors of a
diskette.
The iterations parameter can be used to repeat the task a specified number of times.