----- Original Message ----- 
From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 14, 2004 5:59 PM
Subject: [Nant-users] Simple Question on DOS Commands


> 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.
>
> I just need the equivalent of typing cd.

You could actually use the function directory::get-current-directory() to
get the current directory.

eg. <echo message="Current Directory =
${directory::get-current-directory()}" />

Hope this helps,

Gert


-------------------------------------------------------
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