NAnt

Install

Download nant-0.85-rc4-bin.zip from http://nant.sourceforge.net/.

Extracted to:

C:\tools\nant-0.85-rc4

Create a batch file which is on the path. The batch file should just pass any parameters to the NAnt command (slightly strange I think):

@echo off
"C:\tools\nant-0.85-rc4\bin\NAnt.exe" %*

Run the SDK Command Prompt shortcut, .NET Framework - SDK, and verify the install by running:

nant -help