Re: [NAnt-users] Running a bat file

2010-04-19 Thread Simon H
"Password ?") age = Console.ReadLine()'rest of code End Sub End Module Simply adding this code within the CDATA block does not work and I do not understand how to convert the VB script using the appropriate syntax. Can anyone help me with this

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Simon H
Thanks for your help Ryan. The solution suggested is a possibility though not ideal. So is your understanding that it is not able for NAnt to temporarily pass control to cmd.exe to accept user input? Could this be achieved using a scripting language such as VisualBasic.NET and the

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Ryan Boggs
is is the only one coming to mind right now. Thanks, Ryan > >> Date: Sun, 18 Apr 2010 21:23:31 -0700 >> Subject: Re: [NAnt-users] Running a bat file >> From: rmbo...@gmail.com >> To: yo...@live.com >> CC: nant-users@lists.sourceforge.net >> >> Hi, >

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Simon H
Sun, 18 Apr 2010 21:23:31 -0700 > Subject: Re: [NAnt-users] Running a bat file > From: rmbo...@gmail.com > To: yo...@live.com > CC: nant-users@lists.sourceforge.net > > Hi, > > At first glance, the reason why it freezes is because it looks like > the batch file is wai

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Ryan Boggs
Hi, At first glance, the reason why it freezes is because it looks like the batch file is waiting for user input that NAnt isn't providing. I'm sorry, I have to ask. Why are you running a batch file from a NAnt build file? Seems like overkill to me, unless you have a specific need for it. Than

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Simon H
Hi guys, I'm trying to run a bat file that displays a menu and accepts user input from the commandline as input. To clarify, here is an excerpt of the bat file: :topoffile @echo off @echo = @echo This is an Oracle Forms Compilation facility