0

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.

9
  • 1
    Are you sure you can put two commands in the same event? Sounds to me like you're breaking the mechanism when it encounters a second command, and a cursory search of the documentation reveals no examples with two or more commands per event. Commented May 12, 2016 at 9:23
  • Can you send me the link to the documentation? Commented May 12, 2016 at 9:27
  • Can you simply Google it yourself? Wait, does that mean you're programming without already having found the documentation? lol no wonder you're having problems!! :D Commented May 12, 2016 at 9:37
  • 1
    @LightnessRacesinOrbit YES, i simply dont know how to google. I just wanted to know which documentation you were referring to. I suggest you dont comment if you dont know the answer or if you can't add any valuable information. Commented May 12, 2016 at 9:51
  • 3
    @LightnessRacesinOrbit I hope not. Commented May 12, 2016 at 10:00

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.