Well, I'm not able to understand how this exe is an interactive one because all I do from windows is a double click. No input chars from me...

Right now, I try to implement a workaround that will spawn a cmd.exe with proper arguments:
<target name="runBat">
<exec executable="cmd.exe" spawn="yes">
<env key="BUILD_ID" value="dontKillMe" />
<arg line="/c start cmd.exe /k call ${bat.file}" />
</exec>
</target>

Why is not possible to emulate the run of a bat file as from windows

Change By: ilie daniel (27/Aug/14 6:39 PM)
Resolution: Not A Defect
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to