This commit is contained in:
Wesley Hofman
2025-08-29 17:28:56 +02:00
parent 6a44bd4fd2
commit 07753f3984
26 changed files with 220 additions and 92 deletions

View File

@@ -1,8 +1,8 @@
@echo off
echo.
echo.
rd /s /q "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy"
md "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy"
rd /s /q "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy"
md "\C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy"
cls
@@ -11,43 +11,43 @@ echo.
echo.
echo FeanorClient
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\FeanorClient\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\FeanorClient\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo FeanorConfig
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\FeanorConfig\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\FeanorConfig\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo FeanorProjects
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\FeanorProjects\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\FeanorProjects\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo Maser.Feanor
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Maser.Feanor\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Maser.Feanor\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo Maser.Feanor.Biz
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Maser.Feanor.Biz\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Maser.Feanor.Biz\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo MIDSComm
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\MIDSComm\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\MIDSComm\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo Server
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Server\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Server\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo HalCheck
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\HalCheck\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\HalCheck\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
echo SQLLib
xcopy "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\SQLLib\bin\Release\*.*" "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy" /q /y
xcopy "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\SQLLib\bin\Release\*.*" "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy" /q /y
echo.
del "\\silicium\projects\2020\P201339\sub1\4. Software\1. Feanor\Feanor ServerCopy\*.pdb"
del "C:\Users\MEEU010_USR_INS00001\Desktop\1. Feanor\Feanor ServerCopy\*.pdb"
pause