Command line tools allow you to perform functions in Bathy DataBASE (BDB) through a command prompt window instead of launching the application.
When using command line tools, various syntax styles are available for entering a command and its parameters. The available styles include:
• -parameter=”value”
• -parameter value
• --parameter=value
• --parameter “value”
All of these styles can be used with or without quotation marks (" "). Quotes are only mandatory if the value being entered for a parameter contains a space (for example, /s "D:\Folder Name\File Name"). |
Examples of each style are provided below. You can use whichever style you prefer from the list above.
• bathydbclone -l="loader/loader" -s="C:\Data\TestDB" -d="ClonedDB" -p="Root/Databases"
• bathydbclone -l loader/loader -s C:\Data\TestDB -d ClonedDB -p Root/Databases
• bathydbclone --login=loader/loader --source=C:\Data\TestDB --destination=ClonedDB --fs_path =Root/Databases
• bathydbclone --login "loader/loader" --source "C:\Data\TestDB" --destination "ClonedDB" --fs_path "Root/Databases"
The following BDB tools can be accessed via the command prompt window:
• Database Users Clone Command