Command: mount

Syntax

mount <file> {, <file> ... }

Description

Mount one or more application libraries.

Parameters

Switches

Notes

Application libraries are mounted beneath the application mount pseudo-directory. This may be referenced by the file path name prefix @.

An application library can be unmounted by the unmount command.

Examples

Mount application library test.mxa, then initialize it.

mount test.mxa
exec @test/start

Mount an application library and start it without knowing its product name.

mount myapp.mxa,-os=name
exec @^(name)/start

See Also

Commands:

applications, atable, start, stop, unmount

Files:

mxapps.def

Utilities:

applib