8
0

Anlage des Repos

This commit is contained in:
2024-01-24 16:42:38 +01:00
commit 38d6a271c4
1785 changed files with 3051496 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,73 @@
####################################################################################################
# Digital Data Konfigurationsdatei #
# inkl. FailSafe Funktionen, die aktiv werden, wenn Angaben fehlen. #
# UTF-8 Kodierung benötigt! #
#==================================================================================================#
# Digital Data Configuration File #
# UTF-8 Coding required! #
# incl. FailSafe functions that are active when information is missing. #
####################################################################################################
#--------------------------------------------------------------------------------------------------#
###################################### Allgemeine Einstellungen ####################################
#==================================================================================================#
########################################## General Setup ###########################################
#--------------------------------------------------------------------------------------------------#
####################################################################################################
# Pfadangabe, in der die Log Dateien abgelegt werden. #
# Beispiel: D:\Programme\Digital Data\Skripts\ServiceController\Logs #
# FailSafe Einstellung lautet: <SkriptPfad> #
#==================================================================================================#
# Path in which the log files will be stored. #
# Example: D:\Program Files\Digital Data\Scripts\ServiceController\Logs #
# FailSafe Setting is: <ScriptPath> #
####################################################################################################
LogPath = D:\Program Files\Digital Data\Scripts\ServiceController\Logs
####################################################################################################
# Zahlenwert, wie lange (in Tagen) Logdateien aufbewahrt werden sollen. #
# Wert 0 schaltet die Löschfunktion komplett aus. #
# FailSafe Einstellung lautet: 60 #
#==================================================================================================#
# Numerical value, how long (in days) log files should be kept. #
# Value of 0 disables the delete function completely. #
# FailSafe Setting is: 60 #
####################################################################################################
LogKeepTime = 90
#---------------------------------------------------------------------------------------------------
###################################### Dienste Einstellungen #######################################
#==================================================================================================#
########################################## Service Setup ###########################################
#---------------------------------------------------------------------------------------------------
####################################################################################################
# Um einen beliebigen Windows Dienst zu starten, verwenden Sie folgende Konfiguration: #
# SCStart = Dienstname #
#==================================================================================================#
# To start any Windows Service use the following configuration: #
# SCStart = Servicename #
# #
# #
# Um einen beliebigen Windows Dienst neuzustarten, verwenden Sie folgende Konfiguration: #
# SCRestart = Dienstname #
#==================================================================================================#
# To restart any Windows Service use the following configuration: #
# SCRestart = Servicename #
# #
# #
# Um einen beliebigen Windows Dienst zu stoppen, verwenden Sie folgende Konfiguration: #
# SCStop = Dienstname #
#==================================================================================================#
# To stop any Windows Service use the following configuration: #
# SCStop = Servicename #
####################################################################################################
SCStop = vfssvc
SCStop = windream DMS-Service

View File

@@ -0,0 +1,73 @@
####################################################################################################
# Digital Data Konfigurationsdatei #
# inkl. FailSafe Funktionen, die aktiv werden, wenn Angaben fehlen. #
# UTF-8 Kodierung benötigt! #
#==================================================================================================#
# Digital Data Configuration File #
# UTF-8 Coding required! #
# incl. FailSafe functions that are active when information is missing. #
####################################################################################################
#--------------------------------------------------------------------------------------------------#
###################################### Allgemeine Einstellungen ####################################
#==================================================================================================#
########################################## General Setup ###########################################
#--------------------------------------------------------------------------------------------------#
####################################################################################################
# Pfadangabe, in der die Log Dateien abgelegt werden. #
# Beispiel: D:\Programme\Digital Data\Skripts\ServiceController\Logs #
# FailSafe Einstellung lautet: <SkriptPfad> #
#==================================================================================================#
# Path in which the log files will be stored. #
# Example: D:\Program Files\Digital Data\Scripts\ServiceController\Logs #
# FailSafe Setting is: <ScriptPath> #
####################################################################################################
LogPath = D:\Program Files\Digital Data\Scripts\ServiceController\Logs
####################################################################################################
# Zahlenwert, wie lange (in Tagen) Logdateien aufbewahrt werden sollen. #
# Wert 0 schaltet die Löschfunktion komplett aus. #
# FailSafe Einstellung lautet: 60 #
#==================================================================================================#
# Numerical value, how long (in days) log files should be kept. #
# Value of 0 disables the delete function completely. #
# FailSafe Setting is: 60 #
####################################################################################################
LogKeepTime = 90
#---------------------------------------------------------------------------------------------------
###################################### Dienste Einstellungen #######################################
#==================================================================================================#
########################################## Service Setup ###########################################
#---------------------------------------------------------------------------------------------------
####################################################################################################
# Um einen beliebigen Windows Dienst zu starten, verwenden Sie folgende Konfiguration: #
# SCStart = Dienstname #
#==================================================================================================#
# To start any Windows Service use the following configuration: #
# SCStart = Servicename #
# #
# #
# Um einen beliebigen Windows Dienst neuzustarten, verwenden Sie folgende Konfiguration: #
# SCRestart = Dienstname #
#==================================================================================================#
# To restart any Windows Service use the following configuration: #
# SCRestart = Servicename #
# #
# #
# Um einen beliebigen Windows Dienst zu stoppen, verwenden Sie folgende Konfiguration: #
# SCStop = Dienstname #
#==================================================================================================#
# To stop any Windows Service use the following configuration: #
# SCStop = Servicename #
####################################################################################################
SCStart = windream DMS-Service
SCStart = vfssvc

View File

@@ -0,0 +1,13 @@
Version 1.0 - 22.10.2014
- Erste funktionierende Version!
NEW: -
FIX: -
CHG: -
REM: -
--------------------------Legende--------------------------
NEW: = Hinzufügen einer neuen Funktion
FIX: = Korrektur einer vorhandenen Funktion
CHG: = Änderung oder Erweiterung einer vorhandenen Funktion
REM: = Entfernen einer Funktion
-----------------------------------------------------------

Binary file not shown.

View File

@@ -0,0 +1,13 @@
Version 1.0 - 22.10.2014
- Erste funktionierende Version!
NEW: -
FIX: -
CHG: -
REM: -
--------------------------Legende--------------------------
NEW: = Hinzufügen einer neuen Funktion
FIX: = Korrektur einer vorhandenen Funktion
CHG: = Änderung oder Erweiterung einer vorhandenen Funktion
REM: = Entfernen einer Funktion
-----------------------------------------------------------

View File

@@ -0,0 +1,2 @@
- rechte abfragen
- remote start / stop