HSL2.0 - setup script
Automatic creation of the directory structure, creation of the file 'config.xml'.

Call the setup script:
python create_project.pyc

If no parameters are specified, the following help appears:
usage: create_project.pyc -p Projekt Verzeichnis
       ODER
       create_project.pyc -auto

-p     Name für das Projekt-Verzeichnis.

-auto  Es wird ein Projekt-Verzeichnis namens "Mein Projekt" erstellt.

Ist der "-auto"-Parameter gesetzt, werden alle anderen Parameter ignoriert!

Aufruf ohne Parameter: Diese Hilfe-Seite wird angezeigt

Alle Verzeichnis-Namen dürfen Leerzeichen enthalten.
Alle Verzeichnisse können später von Hand umbenannt werden, falls gewünscht.

Wird das Einrichtungs-Script mehrfach aufgerufen, werden existierende Dateien NICHT überschrieben!


You have two options:
"empty" in this context means that the basic structure of the file exists and you only need to fill it with values.
The files correspond to the examples given in this documentation.
Of course the use of the setup scripts is optional. You can also create all directories manually.
In this case, please follow the structure described under Project directory structure.
Note
The project directory can be renamed at any time!