From 911a55cccfcb8e229a000829d1432cf8161c2fc8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 14 Jul 2008 06:08:55 +0000 Subject: [PATCH] apply some changes suggested by Tom Sellers --- docs/nmap-install.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 578ef29d2..3e65f0e44 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -888,7 +888,7 @@ cd "\Program Files\Nmap" If you execute Nmap frequently, you can add the Nmap directory -(c:\Program Files\Nmap in this case) to +(c:\Program Files\Nmap 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: @@ -909,8 +909,7 @@ Choose Path from the System variables section, then hit edit. -Add a semi-colon and then your Nmap directory (such as -c:\Program Files\Nmap) to the end of the value. +Add a semi-colon and then your Nmap directory (c:\Program Files\Nmap by default) to the end of the value. Open a new DOS window and you should be able to execute a command such as nmap scanme.nmap.org from any directory.