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.
  Attention: This command is not available in the XMS-only variant of
  FreeCOM!
  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  OR:
  LOADFIX program.exe

See also:

  call
  command.com/freecom
  lh/loadhigh

  Copyright © 2004 Robert Platt, updated 2011 and 2022 by W. Spiegl.

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