Command: raread

  RAREAD reads the image for a floppy disk (that can be written using
  RAWRITE3). Useful for creating disk images.

Syntax:

  RAREAD [-d A|B] [-f file] [-n] [-h|/?]

Options:

  -d drive  Specify diskette drive to use; must be either A or B.
  -f file   Specify disk image file.
  -n        Don't wait for user to insert diskette -- assumes diskette
            is waiting in selected drive.
  -h        Shows the help.
  /?        Shows the help.

Comments:

  The images can be used for virtual machines or other purposes.

Examples:

  raread                         (You are asked for diskette drive and
                                 image file step by step)
  raread -d A -f C:\test.img     (You are asked to insert the diskette
                                 into drive A: and press ENTER to create
                                 the image)
  raread -d A -n -f C:\test.img  (Creating the image starts after ENTER)

See also:

  diskcopy
  dskimg/ospimg
  raread
  rawrite
  shsurdrv

  Copyright © 2001 Brian E. Reifsnyder, help version 2023 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.