|
From: Kraus P. <phi...@fl...> - 2012-10-25 08:39:11
|
Hello, I try to run more than one command within the MinGW shell: cd mydir; ./configure; make; make install but this does not work. The cd command creates the error that the path does not exists, but if I run each command alone all commands are working. How can I concat the commands, so that are run one after another? On Linux I use the ; for seperating each command. Thanks Phil |