The problem with running run two different versions of the
IDE at the same time is that it is hard to
tell which is which. Another companion command line parameter for the
IDE is -idecaption, that
takes a caption as value. Summing the two flags you could run the
IDE with the following link:
"C:\Program Files\CodeGear\
RAD Studio\6.0\bin\
bds.exe" -pDelphi -
rSmall -idecaption="Small Delphi"
This command runs the Delphi
IDE with the Delphi
Win32 personality only, activated the Small
registry settings, and changes the
IDE caption to Small Delphi, as shown below:
If not specified from the command line, the
IDE caption is retrieved from the Registry, in the
Personalities section, in which there is a different string for each version (or active personality) of the
IDE.