Re: [NAnt-users] How to read program output into property

2006-08-14 Thread Gary Feldman
Bonio Lopez wrote: > 1.Solution found (although if somebody knows more elegant one please share). > Script below starts external program and parses output. > There's no need to use a custom script. Just use the output= attribute on the exec command, and then use the loadfile tasks to load the

Re: [NAnt-users] How to read program output into property

2006-08-14 Thread Bonio Lopez
> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez Sent: Montag, 14. August 2006 15:55 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] How to read program output into property Hi, 1. Is it possible to read exec output i

[NAnt-users] How to read program output into property

2006-08-14 Thread Bonio Lopez
Hi, 1. Is it possible to read exec output into a property? I need to compare md hashes of 2 files What is the simplest way to do it 2.Just wanted to let nant admins to know that I have been using WriteRegistryTask and DeleteRegistryTask from Scott Hernandez 2 month now without any problems. I ha