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

MPW Command Reference


Target

Built-in

SYNTAX

Target name [-h]

DESCRIPTION

The Target command makes window name the target window. If window name is not already open, file name is opened as the target window.

INPUT

None

OUTPUT

None

STATUS

Target can return the following status codes:

0

no errors

1

syntax error (error in parameters)

2

specified file does not exist

3

system error

PARAMETERS

name

Specifies the name of the window or file to be made the target window. Note that name must already exist; Target does not create files.

OPTIONS

-h

Opens the window as a hidden window (just like "Open -t -h").

EXAMPLES

The following command line opens the file Sample.a as the target window:

Target Sample.a

SEE ALSO

Open

 
 


Last Updated July 2000