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

MPW Command Reference


UnmountProject

Built-in

SYNTAX

UnmountProject [project… | -a]

DESCRIPTION

The UnmountProject command unmounts the specified projects. Note that these projects must currently be mounted under Projector.

To unmount all mounted projects you use the -a option.

INPUT

None

OUTPUT

None

STATUS

UnmountProject can return the following status codes:

0

no errors

1

syntax error

2

error in processing

3

system error

PARAMETERS

project

Specifies one or more projects.

OPTIONS

-a

Unmounts all mounted projects.

EXAMPLES

To unmount all mounted projects, you use

UnmountProject -a

To unmount MyProject and YourProject, you use

UnmountProject MyProject YourProject

SEE ALSO

MountProject

 
 


Last Updated July 2000