Launcher for the Delphi IDE that decides which of multiple IDEs to launch based on the name and contents of the file passed to it. It supports .dproj, .dpr, .dpk, .bdsproj, .bdsgroup and .groupproj files.
用法
The tool tries to determine the Delphi version based on the following criteria: The file name, e.g.project.2007.dproj starts Delphi 2007project.2009.dproj starts Delphi 2009project.XE.dproj or proj... Show Usage