MemCom Reference Manual > The MemCom Tools and Utilities > mcfromnf

Name

mcfromnf — Convert neutral file to MemCom database

Synopsis

mcfromnf [-v] nfname dbname

Description

mcfromnf converts the content of a MemCom neutral file to a MemCom database. The program returns 0 if the operation succeeds and 1 otherwise.[2]

Parameters

-v

Optional verbose flag.

nfname

Name of neutral file to be converted. The file must exist.

dbname

Name of MemCom database to be created from the neutral file. The file may not exist.

Limitations

Array tables are not converted from neutral file format.

See also

Convert MemCom database to neutral file



[2] The shell variable $? contains the return value.