FreeDOS help system (hhstndrd 1.0.8 en)[devload]

Command: devload

DEVLOAD loads device drivers from the shell.

Syntax:

DEVLOAD [/H] [/Q] [/V] [/A] filename [params] Emulates: DEVICE=filename [params] in CONFIG.SYS / FDCONFIG.SYS DEVLOAD [/?] filename The name of the file to load params Parameters of the file to load

Options:

/H Try to load driver to UMB. /Q Quiet mode. /V Verbose mode. /A Auto-mode (force to stay loaded). /? Shows the help.

Comments:

DEVLOAD allows the user to load drivers while FreeDOS is running rather than updating config.sys / fdconfig.sys and restarting.

Examples:

devload C:\FDOS\DRIVERS\UIDE.SYS /S125 /D:MYDVD

See also:

device devicehigh config.sys fdconfig.sys ------------------------------------------------------------------------------ Copyright (C) 1992 - 1996 David Woodhouse, updated 2011 by W. Spiegl. This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying for copying conditions.