34,333
edits
Changes
→Windows Server 2008 Command-line Tool Summary
</tr>
</table>
== Displaying a List of Commands ==
A list of commands may be obtained at any time by typing ''help'' into the command prompt window.
== Obtaining Help Information about Command-line Tools ==
Help on command line tools can be obtained either using the help system as follows:
<pre>
help ftp
help xcopy
</pre>
Alternatively enter the name of the command followed by '/?'. For example, to display help information for the ''Net'' command:
<pre>
net /?
</pre>
To obtain information on a particular command line argument for a command simply enter the command name, the argument and the '/?':
<pre>
net time /?
</pre>