- Help (command)
In
computing ,help
is a command in various command line shells such as
,COMMAND.COM
,cmd.exe 4DOS /4NT ,Windows PowerShell , Python andGNU Octave . It provides online information about available commands and the shell environment. It is analogous to theUnix man
command.yntax
help [command]
Arguments:
*command
Thiscommand-line argument specifies the name of the command about which information is to be displayed.Implementations
DOS
The help command is available in
MS-DOS 5.x and later.If no arguments are provided, the command lists the contents ofDOSHELP.HLP
. In MS-DOS 6.x this command exists as FASTHELP.
*The MS-DOS 6.xx help command usesQBasic to view a quickhelpHELP.HLP
file, which contains more extensive information on the commands, with some hyperlinking etc. The MS-DOS 6.22 help system is included onWindows 9x CD-ROM versions as well.
*PC-DOS 7.xx help usesview.exe
to open OS/2 styleINF file s (cmdref.inf
,dosrexx.inf
anddoserror.inf
), opening these to the appropriate pages.4DOS/4NT
The 4DOS/4NT help command uses a
Text user interface to display the online help.cmd.exe
Used without parameters, help lists and briefly describes every system command.
Windows NT -based versions use MS-DOS 5 style help. Versions beforeWindows Vista also have a Windows help file (NTCMDS.HLP
orNTCMDS.INF
) in a similar style to MS-DOS 6.Windows PowerShell
In
Windows PowerShell , help is a short form of theGet-Help
Cmdlet. The internal name isMicrosoft.PowerShell.CoreGet-Help
.Windows PowerShell includes an extensive, console-based help system, reminiscent of man pages in Unix. The help topics include help for cmdlets, providers, and concepts in PowerShell.
Examples
DOSBox
Python
GNU Octave
ee also
*
Online help
*List of DOS commands References
* [http://technet.microsoft.com/en-us/library/bb490917.aspx Microsoft TechNet Help article]
Wikimedia Foundation. 2010.