startmacro u:opt
! Calls the MSGCFG2TBL function in CONVERT to generate the message mapping table.
!
! @author  J. Czechowski IV
! @version $Id: genmsgtbl.txt,v 1.4 2007/02/28 16:50:58 jxc Exp $
!
  local XMDISK, XM_PATH

  import "XMDISK"   XMDISK
  import "XM_PATH"  XM_PATH

  nm/on/bg/id=999
  nm CONVERT/XMDISK="^{XMDISK}"/PATH="^{XM_PATH}" "^{OPT}" MSGCFG2TBL
  nm/off
endmacro
