Re: [Nant-users] Command Line Argument

2003-10-15 Thread Gert Driesen
- Original Message - From: Steve Taylor To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 10:39 AM Subject: [Nant-users] Command Line Argument Hello folks   Normally at the command prompt I would pass a file to be used by the .exe like so

AW: [Nant-users] Command Line Argument

2003-10-15 Thread Eckert, Alexander
: [Nant-users] Command Line Argument Hello folks   Normally at the command prompt I would pass a file to be used by the .exe like so:   filename.exe followed by filename.txt   But how can this be implemented in the .build file.  I.e.     But this does not work

[Nant-users] Command Line Argument

2003-10-15 Thread Steve Taylor
Hello folks   Normally at the command prompt I would pass a file to be used by the .exe like so:   filename.exe followed by filename.txt   But how can this be implemented in the .build file.  I.e.     But this does not work   Any help would be appreciated