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?

Reply via email to