<[EMAIL PROTECTED]> wrote:

> <exec executable="cscript">           
>    <arg line="..\ConfigFiles\EpiMgr.vbs -P &quot;&quot;"/>
> </exec>

Does something like this

<exec executable="cscript">             
   <arg line="..\ConfigFiles\EpiMgr.vbs -P"/>
   <arg value="&quot;&quot;" />
</exec>

work?

Stefan

Reply via email to