oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LOADFIX--Example
Syntax  Note
────────────────────────────────────────────────────────────────────────────
 
                              LOADFIX──Example
 
To load a program named MYAPP.EXE (in the APPS directory of drive C) and use
the /C parameter (for example, to load the program in character mode), type
the following at the command prompt or include the command in your
AUTOEXEC.BAT file:
 
    loadfix c:\apps\myapp.exe /c
 
                                      ♦