I need to 1. launch cygwin from VBA, 2. run an executable with inputs and 3. wait for it to finish. I have had success doing steps 1 and 2 OR steps 1 and 3, but cannot figure out all 3.
For steps 1 and 2:
ReturnValue = Shell("C:\cygwin\Cygwin.bat", 1)
SendKeys "S{ENTER}" (this is only one...