Title: Put VBScript batch file code within NAnt

How would one go about including _vbscript_ batch file code and
Embedding it within an Nant build file?  Can Nant script task
Be used in some way?  I would also like to pass parameters into the
Embedded code and receive parameters out of the embedded code. 
I currently am working on just using the Nant exec task to execute
The existing _vbscript_.  I have to figure out how to pass parameters into
The Nant exec task into the _vbscript_ batch file and receive parameters
Back to save to an Nant project name for use later in the Nant build file. 


Reply via email to