[go: up one dir, main page]

Menu

[267579]: / man / en_US / help.tea  Maximize  Restore  History

Download this file

52 lines (37 with data), 1.6 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
#
# 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/>.
#
{{HELP command}}
Print a list of {Dos9} commands accompaigned by a short description
of these commands. It is also possible to print manual pages.
By default, the {HELP} command is a alias pointing to {hlp|HLP command}
{{Synopsis}}
${HELP [command]}
Prints either a list of commands or a manual page:
- {command} : The command name associated to the manual page to
print.
By default, {HELP} is overriden by an {alias|ALIAS} command in
{dos9_auto|Dos9_Auto.bat} that associate {HELP} with {hlp|HLP}.
This alias can be removed by removing the following line from
your {Dos9_Auto.bat}:
${ALIAS /b HELP=hlp.bat}
{{Compatibility}}
Compatible with {cmd.exe}.
Available since version {0.0.0.42}
{{See also}}
{hlp|HLP command}, {echo|ECHO command}, {set|SET command},
{scripts|Command scripts}