>From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
Sent: Wednesday, July 14, 2004 11:59 AM

> So, how do I issue simple dos commands and make the output appear on the
> console?  For example, I'm trying to debug something and I need to know
the
> current directory.

Write a .bat file and use the <exec> task to execute it.

But my intuition suggests that this isn't quite the right thing to do.  What
type of task
are you trying to debug?  And why aren't  "${nant::get-base-directory()}" or
"${directory::get-current-directory()}" good enough?

Gary



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to