Hi,
I've customized my tools menu with a new DOS command: it works perfectly but the problem is that I can't find where this customization is stored! Couldn't find it when editing my .uv|.opt files, made several searches on my computer...
Thanks a lot!
Pierre
Have you looked in the TOOLS.INI file?
"editing my .uv|.opt files"
You noticed the dire warnings from Keil about not doing that, then...?
;-)
thanks, but my my TOOLS.INI file does not contain anything related to my new customized command line...
bad news... found it in the windows registry :-(
So I can't have a different menu customization for different projects... is that correct ? Thanks !
All those specfic User commands (before/after compile/build/rebuild) are stored as part of the project file (example: YourProject.Uv2 - look for RunUsr/BrunUsr/CrunUsr). They can even be different for each target.
HI, I know these pre/post compile/build/rebuild commands but I'm talking about these ones. I'm talking about 'Tools > Customize Toos Menu...' which stores the user commands in the Windows registry (please see: HKEY_CURRENT_USER/Software/Keil/µVision3/ToolM)
... and this is a very bad news...
thanks anyway!
Sorry, I was misleaded. Still - the project related user commands should go into pre/post user commands. The Tools-Menu commands are intended for the more general setup like software version control etc.