[NAnt-users] Include task issue

2006-08-03 Thread Ramya Niranjan
Hello,   I have created an include file called mail.include that contains the following task structure:      property="mailserver" verbose="true" />   property="mailto" verbose="true" />    property="mailfrom" verbose="true" />   property="mailfailure" verbose="true" />   property="mailsuccess" ve

Re: [NAnt-users] How do you rename a file?

2006-08-03 Thread Gary Feldman
Girardelli, Erin E wrote: > I can't figure out how to rename a file using the move task. I have a > zip file that I know the directory location of, but I don't know the > entire name of the file. So, I just need to find the single zip file in > the directory and rename it. At the command line, I

[NAnt-users] How do you rename a file?

2006-08-03 Thread Girardelli, Erin E
I can't figure out how to rename a file using the move task. I have a zip file that I know the directory location of, but I don't know the entire name of the file. So, I just need to find the single zip file in the directory and rename it. At the command line, I can do this: move C:\tes