HOMEPATH
Command:
HOMEPATH
command (usually shortened to HOME
) sets the
homepath used to run home macros (also called
percent macros or user macros).HOMEPATH
will list the current homepath.
nM> home HomePath = /home/burdell/
HOMEPATH
command has two forms used to set the homepath:
nM> home /home/burdell/junk nM> home HomePath = /home/burdell/junk/
NMD
and takes in the area of an
option tree and the name of the option tree.
nM> home test sys nM> home HomePath = /home/burdell/nxm230/nxm/sys/test/
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: |
---|
![]() NMD -like syntax.
|