I have the following configuration in my VS/C++ project(.vcxproj):
<PreBuildEvent>
<Command>mkdir Hello</Command>
<Command>mkdir World</Command>
<Message>Gratz</Message>
</PreBuildEvent>
The problem is that only World
directory is created and the message in NOT displayed in the output console.