8
0

The complete folder structure has been changed or updated

This commit is contained in:
2025-09-19 18:24:40 +02:00
parent 796473a8c9
commit 1f0d1613a5
216 changed files with 330971 additions and 809 deletions

View File

@@ -0,0 +1,91 @@
@ECHO OFF
TITLE DIGITAL DATA - create Documentprocessing
ECHO Stapelverarbeitungsprogramm
ECHO create Documentprocessing
ECHO -
ECHO Digital Data
ECHO Ludwig-Rinn-Strasse 16
ECHO 35452 Heuchelheim
ECHO Tel.: 0641 / 202360
ECHO E-Mail: info@didalog.de
ECHO -
ECHO Version 1.0.0.1
ECHO Letzte Aktualisierung: 12.01.2016
REM --------------------------------------------------------------
ECHO -
ECHO Im aktuellen Verzeichnis (ACHTUNG: keine UNC Pfad Unterstuetzung!) wird nun die Ordnerstruktur fuer die Dokumentverarbeitung angelegt!
ECHO -
SET /P ProcessingServername=Bitte bestimmen Sie nun den Namen des Servers, der die Verarbeitung durchfuehren soll (Wenn Sie nichts eingeben wird %computername% verwendet!):
IF NOT "%ProcessingServername%"=="" (
ECHO Ihre Eingabe lautete: %ProcessingServername% )
REM --------------------------------------------------------------
IF "%ProcessingServername%"=="" (
SET ProcessingServername=%computername%
ECHO Aufgrund der fehlenden Angabe wird nun: %computername% verwendet )
mkdir Documentprocessing
mkdir Documentprocessing\"%ProcessingServername%"
mkdir Documentprocessing\"%ProcessingServername%"\Archive
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\BatchBarcodeSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\BatchBlankSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\BatchCoverSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\BatchFixedPageNumber
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\BatchWithoutSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Archive\File\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Archive\Folder
mkdir Documentprocessing\"%ProcessingServername%"\Archive\Folder\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Archive\Folder\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Input
mkdir Documentprocessing\"%ProcessingServername%"\Input\File
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\BatchBarcodeSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\BatchBlankSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\BatchCoverSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\BatchFixedPageNumber
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\BatchWithoutSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Input\File\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Input\Folder
mkdir Documentprocessing\"%ProcessingServername%"\Input\Folder\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Input\Folder\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Job
mkdir Documentprocessing\"%ProcessingServername%"\Output
mkdir Documentprocessing\"%ProcessingServername%"\Output\File
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\BatchBarcodeSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\BatchBlankSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\BatchCoverSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\BatchFixedPageNumber
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\BatchWithoutSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Output\File\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Output\Folder
mkdir Documentprocessing\"%ProcessingServername%"\Output\Folder\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Output\Folder\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Temp
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\BatchBarcodeSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\BatchBlankSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\BatchCoverSheetSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\BatchFixedPageNumber
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\BatchWithoutSeperator
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Temp\File\DocumentKindUnassigned
mkdir Documentprocessing\"%ProcessingServername%"\Temp\Folder
mkdir Documentprocessing\"%ProcessingServername%"\Temp\Folder\DocumentKindAssigned
mkdir Documentprocessing\"%ProcessingServername%"\Temp\Folder\DocumentKindUnassigned
pause

View File

@@ -0,0 +1,21 @@
Version 1.0.0.1 - 12.01.2016
NEW: -
FIX: -
CHG: - Änderung der Ordnernamen (Beispiel: batch_barcode_seperator -> BatchBarcodeSeperator)
REM: -
-----------------------------------------------------------
Version 1.0.0.0 - 07.01.2015
- 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,79 @@
@ECHO OFF
TITLE DIGITAL DATA - create DocumentProcessing
ECHO Stapelverarbeitungsprogramm
ECHO create DocumentProcessing
ECHO -
ECHO Digital Data
ECHO Ludwig-Rinn-Strasse 16
ECHO 35452 Heuchelheim
ECHO Tel.: 0641 / 202360
ECHO E-Mail: info@didalog.de
ECHO -
ECHO Version 1.0.1.1
ECHO Letzte Aktualisierung: 28.01.2016
REM --------------------------------------------------------------
ECHO -
ECHO Im aktuellen Verzeichnis (ACHTUNG: keine UNC Pfad Unterstuetzung!) wird nun die Ordnerstruktur fuer die Dokumentverarbeitung angelegt!
ECHO -
mkdir DocumentProcessing
mkdir DocumentProcessing\Archive
mkdir DocumentProcessing\Archive\File
mkdir DocumentProcessing\Archive\File\BatchBarcodeSeperator
mkdir DocumentProcessing\Archive\File\BatchBlankSheetSeperator
mkdir DocumentProcessing\Archive\File\BatchCoverSheetSeperator
mkdir DocumentProcessing\Archive\File\BatchFixedPageNumber
mkdir DocumentProcessing\Archive\File\BatchWithoutSeperator
mkdir DocumentProcessing\Archive\File\DocumentKindAssigned
mkdir DocumentProcessing\Archive\File\DocumentKindUnassigned
mkdir DocumentProcessing\Archive\Folder
mkdir DocumentProcessing\Archive\Folder\DocumentKindAssigned
mkdir DocumentProcessing\Archive\Folder\DocumentKindUnassigned
mkdir DocumentProcessing\Input
mkdir DocumentProcessing\Input\File
mkdir DocumentProcessing\Input\File\BatchBarcodeSeperator
mkdir DocumentProcessing\Input\File\BatchBlankSheetSeperator
mkdir DocumentProcessing\Input\File\BatchCoverSheetSeperator
mkdir DocumentProcessing\Input\File\BatchFixedPageNumber
mkdir DocumentProcessing\Input\File\BatchWithoutSeperator
mkdir DocumentProcessing\Input\File\DocumentKindAssigned
mkdir DocumentProcessing\Input\File\DocumentKindUnassigned
mkdir DocumentProcessing\Input\Folder
mkdir DocumentProcessing\Input\Folder\DocumentKindAssigned
mkdir DocumentProcessing\Input\Folder\DocumentKindUnassigned
mkdir DocumentProcessing\Job
mkdir DocumentProcessing\Output
mkdir DocumentProcessing\Output\File
mkdir DocumentProcessing\Output\File\BatchBarcodeSeperator
mkdir DocumentProcessing\Output\File\BatchBlankSheetSeperator
mkdir DocumentProcessing\Output\File\BatchCoverSheetSeperator
mkdir DocumentProcessing\Output\File\BatchFixedPageNumber
mkdir DocumentProcessing\Output\File\BatchWithoutSeperator
mkdir DocumentProcessing\Output\File\DocumentKindAssigned
mkdir DocumentProcessing\Output\File\DocumentKindUnassigned
mkdir DocumentProcessing\Output\Folder
mkdir DocumentProcessing\Output\Folder\DocumentKindAssigned
mkdir DocumentProcessing\Output\Folder\DocumentKindUnassigned
mkdir DocumentProcessing\Temp
mkdir DocumentProcessing\Temp\File
mkdir DocumentProcessing\Temp\File\BatchBarcodeSeperator
mkdir DocumentProcessing\Temp\File\BatchBlankSheetSeperator
mkdir DocumentProcessing\Temp\File\BatchCoverSheetSeperator
mkdir DocumentProcessing\Temp\File\BatchFixedPageNumber
mkdir DocumentProcessing\Temp\File\BatchWithoutSeperator
mkdir DocumentProcessing\Temp\File\DocumentKindAssigned
mkdir DocumentProcessing\Temp\File\DocumentKindUnassigned
mkdir DocumentProcessing\Temp\Folder
mkdir DocumentProcessing\Temp\Folder\DocumentKindAssigned
mkdir DocumentProcessing\Temp\Folder\DocumentKindUnassigned
pause

View File

@@ -0,0 +1,38 @@
Version 1.0.1.2 - 26.01.2018
NEW: -
FIX: -
CHG: - Skript umbennant zu Create-DocumentProcessingFolders
REM: -
-----------------------------------------------------------
Version 1.0.1.1 - 28.01.2016
NEW: -
FIX: -
CHG: - Servername aus Abfrage und Anlage entfernt
- Namensänderung: Aus Documentprocessing wird DocumentProcessing
REM: -
-----------------------------------------------------------
Version 1.0.0.1 - 12.01.2016
NEW: -
FIX: -
CHG: - Änderung der Ordnernamen (Beispiel: batch_barcode_seperator -> BatchBarcodeSeperator)
REM: -
-----------------------------------------------------------
Version 1.0.0.0 - 07.01.2015
- 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
-----------------------------------------------------------