Tag Archives: Programming

Open IP Office Backup files – Part 3

In my last post I promised to show you how to use the registry to store settings and to read them. Only with that topic it would be possible to create multiple posts. I will only show you the most important options in short.

Furthermore I’ve read about using classes and created some structure in the code.

Continue reading

Open IP Office Backup files – Part 2

With the first post of this series I told you about my plan to create a tool, that helps you to open IP Office backup files as comfortable as possible.

In my first version of that tool I created an array, that contains three directories. The tool searches those three directories for files ending with CFG.

The structure

By it’s very nature a user doesn’t want to run a program from start to end, but wants to jump between different program parts if needed. That’s why it became clear, that I had to create a main menu to offer several options. Besides the main goal to search for backups and to open them, you will for sure want to be able to adjust some settings and even to just quit the tool.

Continue reading

Open IP Office Backup files – Part 1

In most of my posts I try to have a look into several problems I faced. This can be errors or vague descriptions. But it can also be challenges, where I have to find my own solutions.

In those posts I try to document, what I learned and I hope that I can offer you some kind of value.

The idea

During my work it has been necessary several times to have a look into different IP Office backups. Either because some config changes had been done by someone else or to reuse special config ideas from one customer on another’s customer’s system. It has always been a challenge to find the correct backup at the correct location.

That is why I had the idea to build a small tool, that searches for IP Office backups below different paths and presents the result in a nice list. From that list it should then be possible to open the backup,directly.

Continue reading