[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

Re: [NAnt-users] Can't use pipe (|) within exec

2006-07-20 Thread Girardelli, Erin E
Thanks for the suggestion, Chris.  But, that one didn't work for me either.   Erin   From: Chris Holt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:23 PMTo: 'Melissa Kacher'; Girardelli, Erin E; nant-users@lists.sourceforge.netSubject: RE: [NAnt-users]

Re: [NAnt-users] Can't use pipe (|) within exec

2006-07-20 Thread Girardelli, Erin E
Melissa, I tried your suggestion, but I'm still getting the same error. Thanks for the suggestion. Erin -Original Message- From: Melissa Kacher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:15 PM To: Girardelli, Erin E; nant-users@lists.sourceforge.net Subject: RE:

[NAnt-users] Can't use pipe (|) within exec

2006-07-20 Thread Girardelli, Erin E
Hi, When I try to use a pipe or redirecting arrow in the exec task, I get a failure saying the program I executed has the wrong number of arguments. Here's what it looks like within my script: I get the same failure no matter what program I am using; it isn't unique to my "p4.exe" progr