Hello, How I can from an ant script running an independant dos command?
<exec executable="cmd" dir="${wl.domain.path}"
newenvironment="false">
<arg line="/c start startWebLogic.cmd"/>
</exec>
this antlet wait for the exit of cmd.exe to return back to ant processing
any help ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
