Show TOC

-o: Name of the Output FileLocate this document in the navigation structure

Use

Use this option to define the path and the name of the file where all the Database Manager output is to be written.

Structure

-o <file_name>

Option

Description

<file_name>

Name and path of the output file

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the DEMODB database, execute the DBM commands contained in the input.dbm input script in the C:\test\scripts directory, and output the answers to the DBM commands in the C:\test\outfiles\output.txt file:

> dbmcli -u OLEG,MONDAY -d DEMODB -i C:\test\scripts\input.dbm -o C:\test\outfiles\output.txt

OK