Command: loadfix

  LOADFIX loads a program above the first 64K of memory, and runs 
  the program. It also loads an exepacked program.

Syntax:

  LOADFIX [drive][path]filename [options]
          drive     The drive letter, e.g. C:
          path      The directory, e.g. \example\
          filename  The file you want to load, e.g. edit.exe

Options:

  options  These are the options to the exepacked program that 
           you are loading (=filename). Type "filename /?" first
           to find these options.

Comments:

  Use LOADFIX to load a program if you have received the message
  "Packed file corrupt" when trying to load it in low memory.
  LOADFIX is a command internal to command.com and needs no other file
  in order to work.

Examples:

  EDIT /?                              shows the options for edit
  LOADFIX C:\example\edit.exe options

See also:

  - nowhere -

  Copyright © 1998 Jim Hall, updated 2007 by W. Spiegl.

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