Create Project, Modify Project
These two commands open the Project Manager. Both can be used whether or not the project already exists. Their behavior differs in how they handle that situation and in what they do when you don't tell them what project to open.
Usage |
CREATE | MODIFY PROJECT [ ProjectName | ? ] [ NOWAIT ] [ SAVE ] [ WINDOW TemplateWindow ] [ IN [ WINDOW ] ContainerWindow | SCREEN ] [ NOSHOW ] [ NOPROJECTHOOK ] |
Both CREATE PROJECT and MODIFY PROJECT have one very neat capability. If you use either one to start a new project, and then decide to bag it before you put anything in the project, a dialog appears asking whether to delete the empty project from the disk. Having a choice here is really nice. We can think of two very different scenarios. Scenario 1 is the more common one—you've mistyped the name of the project you want to work on or you're in the wrong directory. In that case, you press Esc to get out and you can get rid of the misnamed project. In scenario 2, you want for some reason to create an empty project—you can do it. |
The WINDOW and IN WINDOW clauses are meant to give you flexibility in where and how the Project Manager appears, similar to what you get with MODIFY COMMAND or BROWSE. However, they don't work. Frankly, we're not sure why you'd want these clauses for these commands anyway. |
Example |
CREATE PROJECT MyCoolProject |
See Also |
Build App, Build Exe, Build Project, Project, ProjectHook, Projects |