1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 11:59:03 +00:00

apply some changes suggested by Tom Sellers

This commit is contained in:
fyodor
2008-07-14 06:08:55 +00:00
parent 63eef82b69
commit 911a55cccf

View File

@@ -888,7 +888,7 @@ cd "\Program Files\Nmap"
</figure>
<para>If you execute Nmap frequently, you can add the Nmap directory
(<filename>c:\Program Files\Nmap</filename> in this case) to
(<filename>c:\Program Files\Nmap</filename> by default) to
your command execution path. The exact place to set this varies by
Windows platform. On my Windows XP box, I do the following:</para>
@@ -909,8 +909,7 @@ Choose <literal>Path</literal> from the
<literal>System variables</literal> section, then hit
edit.</para></listitem>
<listitem><para>Add a semi-colon and then your Nmap directory (such as
<filename>c:\Program Files\Nmap</filename>) to the end of the value.</para></listitem>
<listitem><para>Add a semi-colon and then your Nmap directory (<filename>c:\Program Files\Nmap</filename> by default) to the end of the value.</para></listitem>
<listitem><para>Open a new DOS window and you should be able to execute a
command such as <command>nmap scanme.nmap.org</command> from any directory.</para></listitem>