Jaime, True, but out of curiousity (mine and probably many others...) why would you want to achieve that? ie. have an exe different from the base dpr?
There could be another solution if you'd describe the problem and what you are trying to end up with. :) Chris. ----- Original Message ----- From: "jclima69" <[EMAIL PROTECTED]> To: "delphi-en" <[email protected]> Sent: Thursday, July 14, 2005 1:43 PM Subject: Re: [delphi-en] Executable name different from project name Thank you for the answer. I think you're right and I'll keep the EXE name. The solution is possible but the result may not be as good as I thought: the debugger issue you talked about is something to think of. It isn't a good idea not being able to debug anymore. Thank you again. JAIME. > You can add a batch file to your project group. The batch file can > rename the file for you. Choose "Compile all" or "Build all" from the > Project menu so that after your project gets compiled, Delphi executes > the batch file. > > Delphi provides an interface for performing something like this > automatically. You can write an expert that will get triggered after a > project gets compiled. The JCL includes a demo project that uses that > hook to attach the map file to the compiled program, and you could adapt > that tool to do what you need. If you rename the EXE, though, you won't > be able to debug it anymore because the debugger won't know where your > EXE is. > > -- > Rob > > > ----------------------------------------------------- > Home page: http://groups.yahoo.com/group/delphi-en/ > To unsubscribe: [EMAIL PROTECTED] > > > ============================================================================ === > YAHOO! GROUPS LINKS > > * Visit your group "delphi-en" on the web. > > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > > Your use of Yahoo! Groups is subject to the Yahoo!_Terms_of_Service. > > ============================================================================ === > > __________________________________________________________________________ UOL Fone: Fale com o Brasil e o Mundo com até 90% de economia. http://www.uol.com.br/fone [Non-text portions of this message have been removed] ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

