Command: wde

  WDe is designed to be a modular disk editor capable of allowing users
  to manipulate data stored in various ways on different kinds of storage
  mediums.
  WDe is currently capable of editing logical, physical and CD-Rom drives
  on MS-DOS V4.0+ or compatible. It understands all FAT file systems,
  including exFAT. It should be able to edit drives up to 2 TB in size,
  and is aware of both MBR and GPT partitioning schemes.

Syntax:

  wde [ option ] [ disk | filename ]

Options:

  where <disk> may be:
    logical drive: a letter followed by a colon ( C:|D:|... )
    hard disk:     a digit ( 0|1|... )
    floppy disk:   a digit followed by a 'f' ( 0f|1f|... )
  while <filename> may be the name of an image file.
    if no disk or filename is given, the user will be prompted for one.
  <option> may be:
    -?: display this help text and exit
    -s: safe mode; no write access to disk/image
    -m[n]: mount disk or partition <n=[1|2|3|4]> as logical drive

Comments:

  Please be aware that a disk editor, if used inappropriately, might
  easily cause severe data losses. WDe is no exception in this regard,
  on the contrary, it generally assumes that the user knows exactly what
  he/she is doing and will begin any job that is is told to do instantly,
  without confirmation. So if you're not accustomed to WDe's user
  interface yet, don't experiment with storage devices that hold important
  data - unless you love to live dangerously!
  WDE has an extensive documentation that is beyond the scope of
  this help. For more information see:
  https://gitlab.com/FreeDOS/util/wde  OR:
  https://github.com/Baron-von-Riedesel/WDe
  C:\FREEDOS\DOC\WDE

Examples:

  wde  then you are asked for drive (either drive letter: A:, C:, etc.
  or: physical drive 0,1,2 etc. or diskette 0f, 1f etc.)
  The manual explains how to navigate through the UI.

See also:

  - nowhere -

  Copyright © 2005 Ben Cadieux, 2022 japheth, help version 2023
  W. Spiegl.

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