Start a DOS window and change the directory to the bin directory of NMapWin.
cd %NMAPDIR%\bin
In order to install the service type:
nmapserv -iThis will install the service. The start mode is per default automatic, which means that each time the machine is rebooted the service is started automatically. Use the Windows/NT/2000 service manager to change the start mode. The owner of the service is the local system account.
The following listing is the output of nmapserv -h:
nmapserv v1.1.0 Copyright (c) 2000 - 2002 JV Software (vogje01@bluewin.ch) usage: nmapserv [-i|-u|-p] [-h] Options: -h : This help screen. -i : Install service. -u : Uninstall service. -p : Run as foreground process.
Copyright © JV Software