When compiling a Delphi app you have some params to use in the config $(Config)\$(Platform) places the compiled file in Release\Win32 Are there any param that gives me the programname as stated in the DPR file (which is also the name of the exe file)
Just to make it a bit more clear what I want: I want all my compiled exe to be put in a Folder called C:_Delphi_Compiled\Projectname\Config\Platform (Using the project I mention further down it will be C:_Delphi_Compiled\GUIDmaker\Release\Win32) This will give me a bit more control over my projects exe files and DCU files