DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35197>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35197


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME
            Summary|How can i have ONE task to  |How can i have ONE task to
                   |run TWO executable,.sh first|run TWO executable,.sh first
                   |and then .exe.              |and then .exe.




------- Additional Comments From [EMAIL PROTECTED]  2005-06-03 07:06 -------
It is better to use user mailing list for that. .sh and .exe extensions hint on 
Cygwin.  Run something like that:

bash -c batch.sh;program.exe

or with cmd.exe:

cmd /c batch.bat&program.exe

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to