- Script Kopf angepasst - Signieren mehreren Programmen - Warten auf Abschluss des Vorgängers
25 lines
1.0 KiB
Batchfile
25 lines
1.0 KiB
Batchfile
@echo off
|
|
|
|
rem ****************************************************************************
|
|
rem *** ***
|
|
rem *** Copy Files ***
|
|
rem *** ***
|
|
rem ****************************************************************************
|
|
rem *** History ***
|
|
rem ****************************************************************************
|
|
rem *** Version 1.0 - 2022-01-27 - Eugen Hoeglinger
|
|
rem - Initially created
|
|
rem *** Version 1.1 -
|
|
rem ****************************************************************************
|
|
|
|
rem *** *** *** Start Script calls *** *** ***
|
|
|
|
rem Target directory for copy
|
|
call "%POSTBUILD_SCRIPT_DIR%\SetCopyTargetDir.bat"
|
|
rem Copy data
|
|
call "%POSTBUILD_SCRIPT_DIR%\CopyData.bat"
|
|
|
|
rem *** *** *** End Script calls *** *** ***
|
|
|
|
echo All copy actions finished
|
|
echo. |