I'm having problems with a mkdir task.  I am making a directory on a UNC
path that utilizes spaces in the directory name.  Because of this, I
have put " around the directory name like the following:

<mkdir dir='\\sbdshare02\C$\"Program Files\DotNet Console Apps2\"'
failonerror='False' />

When performing a similar command from a command prompt I can create
fine:
Mkdir \\sbdshare02\C$\"Program Files\DotNet Console Apps2\"

I haven't seen any others encountering this on the lists so wanted to
see if I am doing this wrong.  Do I have to map the path instead of
using a UNC?  Using a UNC would be much better solution for me.  Is
there any workaround that I can find for this?  TIA

Eric Landes
http://aspalliance.com/columnist.aspx?columnist_id=115
President MADNUG http://www.madnug.net
Crystal Alliance Editor http://www.aspalliance.com/crystal


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to