PDA

View Full Version : Running the build script upon opening


narsinha
05-10-2004, 01:47 PM
Is there a way to start building a script when a user double clicks on the build file to open it.

kinook
05-10-2004, 02:47 PM
Set the (Default) value under HKEY_CLASSES_ROOT\VisualBuildPro.Project\shell in the registry to Build

Beware that this will cause the project to be built any time a .bld file is launched by the Windows shell (double-clicking the file in Explorer, launching from the Run dialog or via start <filename> in a Command Prompt, etc.).

Alternatively, you can always right-click and choose Build to build a project without changing the default launch behavior.

narsinha
05-11-2004, 10:27 AM
Thanks! That helps.