Running NCover-Console from commandline?

Running NCover-Console from commandline?

Well I tried running the stated command:

M:\repository\trunk\project01\devlib\ncover>ncover.console.exe /c "..\nunit\nunt.console.exe ....\bin\debug\project01.dll \xml:m:\xml.xml" /a "....\bin\debug\project01.dll" /v

and I get:

Command: /c
Command Args: ..\nunit\nunit.console.exe ....\bin\debug\project01.dll \xml:m:\xml.xml /a ....\bin\debug\project01.dll /v
Working Directory:
Assemblies:
Coverage Xml: Coverage.Xml
Coverage Log: Coverage.Log

The system cannot find the file specified

and yes, I have the files in their correct paths. Also the output file from nunit (m:\xml.xml) does get created however after this the process fails as you can see.

any ideas what may be missing?