Sorry for bugging people but this still doesn't work, I guess I am missing
something. Here's what I am doing:

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

The output looks as follows

 [echo] ..\ConfigFiles\EpiMgr.vbs -P ""

: this looks good -P has "" (no password given to the script)

 [exec] Myos = Windows NT
 [exec] cscript ..\ConfigFiles\EpiMgr.vbs -P

:but when it comes to exec the quotes are missing and the script complains.

I guess my question is: How do I get this working?

Thanks.

Reply via email to