Current Page:
NeXtMidas Training
Option Trees
Using an Option Tree
Using HOMEPATH
|
|
- The
HOMEPATH Command:
- The
HOMEPATH command (usually shortened to HOME ) sets the
homepath used to run home macros (also called
percent macros or user macros).
- Just typing
HOMEPATH will list the current homepath.
nM> home
HomePath = /home/burdell/
- The
HOMEPATH command has two forms used to set the homepath:
Since NeXtMidas 3.1.0, users can use a special switch with the
HOMEPATH command to specify that they wish the homepath
to be set to the Current Working Directory (CWD) and change as the
CWD changes.
nM> nmd test sys ! Sets CWD to $NMROOT/nxm/sys/test
nM> home/cwd ! Sets HOMEPATH to $NMROOT/nxm/sys/test
nM> nmd mcr sys ! Sets CWD and HOMEPATH to $NMROOT/nxm/sys/mcr
X-Midas Users Take Note: |
Stable X-Midas releases before 4.6.0 do not support the setting of the home
path using the NMD -like syntax.
|
|
|
|