hi,
I need to call an executable (isql) where it expects the script file name as follows:
isql /dDBName /iSrcFile
I tried the following:
<execon executable="c:/mssql/binn/isql">
<arg value="/dDBName"/>
<arg value="/i><srcfile/></arg>
</execon>
which of course doesn't work.
Does anyone know if there is a way to do this?
If not would this be useful to anyone else if I implemented this?
If so do you have any other suggestions for the syntax?
- vss checkout Clinton57
- pre-compiling java servlets under Tomcat usi... Michael 'Mickey' Sattler
- Re: pre-compiling java servlets under To... Diane Holt
- Re: pre-compiling java servlets unde... Stefan Bodewig
- webapp/WEB-INF/lib/foo.jar not c... Michael 'Mickey' Sattler
- Re: <execon> args Brett Knights
- Re: <execon> args Stefan Bodewig
- RE: vss checkout Joe Fisher
