13 lines
300 B
Batchfile
13 lines
300 B
Batchfile
@echo off
|
|
|
|
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. |