From: Arjen M. <Arj...@de...> - 2015-04-10 11:15:23
|
Hi Alan, Shen-Yeh, > > @Arjen: > > I am not that familiar with Windows so I have a question for you. I know the ">&" > redirection method to capture screen output that you recommended to Shen-Yeh > works under bash. Does it also work for Windows CL-style environments as well or > would Shen-Yeh have to use a different method to capture the screen output from > the cmake command in that case? > Oops, my bad: I remembered the syntax from the testing session we had, but indeed it does not work in the plain DOS environment. Shen-Yeh, you will have to use: cmake .... >cmake.out 2>&1 Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |