[go: up one dir, main page]

Menu

[267579]: / man / fr_FR / mod.tea  Maximize  Restore  History

Download this file

57 lines (43 with data), 1.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#
# Dos9 Manual pages, The Dos9 project
# Copyright (C) 2012-2018 Romain Garbi (DarkBatcher)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
{{MOD Command}}
The {MOD} command is {dos9|Dos9}-specific command that enable
external modules designed for {Dos9} to be loaded at runtime in order
to provide extra functionalities through additional internal
commands.
{{Synopsis}}
${MOD [/l] [/q] [module ...]}
Load or list loaded modules.
- {/l} : List loaded modules.
- {/q} : Ignore {module} silently if it has already been loaded.
- {module} : A path to the module to be loaded. If {module} is
a relative path, then the associated file is searched inside the
module default path (which is {%DOS9_PATH%/modules}). If {module}
is an absolute path, the preceding behaviour is overridden and {MOD} tries
to load the file referred to by {module}.
Modules files are executables that can be dynamically loaded
by {Dos9} and that have been programmed to add commands to
the interpretor.
The process of writing a module for Dos9 and their
capabilities are described inside the {GUIDELINES} file of the
source distribution.
{{Compatibility}}
Not compatible with {cmd.exe}, this is an extension. Available
since version {218.3}.
{{See also}}
{modules/batbox|Batbox modules}