Tools: MPW
Advanced Search
Apple Developer Connection
Member Login Log In | Not a Member? Support

MPW Command Reference


Project

Built-in

SYNTAX

Project [projectName | -q]

DESCRIPTION

The Project command sets the current project to projectName or lists the current project if projectName is omitted.

INPUT

None

OUTPUT

None, unless you omit the projectName parameter. In this case, Project writes the current project name to standard output.

STATUS

Project can return the following status codes:

0

no errors

1

syntax error

2

execution error

PARAMETERS

projectName

Sets the name of the current project to projectName. The projectName parameter must be a complete project specification, using project separators ∫ (Option-B) instead of colons to separate directories.

For example:

OurProject∫SubProject∫SubSubProject

Note that projectName must be a mounted project.

OPTIONS

-q

Does not place quotation marks around the project name. The MPW Shell normally encloses project names containing any spaces or special characters in quotation marks.

EXAMPLES

To change the current project to the Moof subproject, you can use

Project Sounds∫Moof

Executing the Project command without any parameters verifies the new current project:

Project
Sounds∫Moof

SEE ALSO

MountProject

NewProject

 
 


Last Updated July 2000