East-Tec Logo

Command line parameters

east-tec SafeBit supports the following command-line parameters:

safebit.exe container_filename

Adds the specified container to the list of safes and opens it. container_filename must be a full path to a valid container file.

To close the container, look for it in the main program interface and use the close option.

Example: safebit.exe "c:\Program Files\east-tec SafeBit\Safes\mysafe.safe"

safebit.exe /OPEN safe\_index safe\_password

Opens a specified safe, identified by its position in the list of safes. The first safe in the list is 0, the second one is 1, and so on.

Example: safebit.exe /open 0 mypass

safebit.exe /CLOSE safe_index

Close the specified safe, identified by its position in the list of safes. The first safe in the list is 0, the second one is 1, and so on.

Example: safebit.exe /close 0