Am Tuesday 03 August 2010 schrieb Robert Valkenburg: > Hi, > > This could well be a silly question. I'm having some issues with > execute_process() on windows platforms. Below is a small test program with > output on windows and linux. The only command i can get to work on windows > is "hostname", everything else i've tried gives the output below (internal > and external dos commands, and other commands such as Matlabs mexext). All > the commands work properly in the dos command shell. Under unix it all > seems to work as expected.
The shell buildins on Windows you need to call by "cmd.exe /c command" or something like this. Eike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
