Jump to content

Changing the output folder of .exe files possible?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Azrian

Azrian

    Newbie

  • Members
  • Pip
  • 9 posts
Hello,

I would like to know, is it possible to change the destination folder of .exe when you compile then with the Visual Studio Command Prompt? It always put them in a folder far away in my computer (yeah I know I can just make a shortcut) and I'd like to know if it was possible to change the path so it always output on the desktop instead, and would be awesome if I didn't have to type cl -EHsc C:\Users\Sam\Desktop\Source.cpp everytime too, so is it also possible to change it so it always look at the desktop if I don't specify the whole path?

Thanks! :)

#2
dcs

dcs

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 775 posts
Project->Projectname Properties...
Configuration Properties->General->Output Directory
?

#3
Azrian

Azrian

    Newbie

  • Members
  • Pip
  • 9 posts
Thanks!! :D