Get Category
Use this command to create a file containing the contents of the KLX_CATEGORIES table. This command is useful during system migration.
Syntax
Get CATEGORY @FileName
where:
- FileName is the name for the created ASCII file, with the extension .cat, containing category data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:
@"C:\My Documents\My Data.cat"
If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.
Syntax example
Get TEMPLATE ALL ALL ALL
Get CATEGORY @categories.cat
See also