Asynchronous NAnt batch call -
in nant project, i'd fire off batch file , forget it. tried pulling this:
<exec program="start" commandline="cmd /c c:\mybat.bat" />
but nant complains:
'start' failed start system cannot find specified fileblockquote
start cmd /c c:\mybat.bat works if run straight command line. ideas?
take @ asyncexec task. also, iirc start
not real program command, why you're getting error.
Comments
Post a Comment