Bat Dosyası Hazırlama
Bat Dosyası Hazırlama
Call : Path'te bulunan çalıştırılacak dosya çağrılır.xcopy : Path'teki dosyaları ResourceFiles'dan ServiceBinPath'e kopyalar.
@echo off
call "D:\Directory\_BATCH_Service_Update\BATCH_Get_Latest_Solutions.bat"
set ServiceBinPath="C:\Host\Services\bin"
xcopy %ServiceBinPath% %ServiceBinPath%Backup /E /R /Y /I
xcopy %ResourceFiles%\*Common.dll %ServiceBinPath% /E /R /Y /I
xcopy %ResourceFiles%\*Services.dll %ServiceBinPath% /E /R /Y /I
pause
@echo off
call "D:\Directory\_BATCH_Service_Update\BATCH_Setup.bat"
call "D:\Directory\_BATCH_Service_Update\BATCH_Set_Solution_Folders.bat"
%ExePath% get %TfsFolder%/*.dll /force /r
echo.
%ExePath% get %TfsFolder%/*.dll /force /r
echo.
%ExePath% get %TfsFolder%/*.dll /force /r
pause

Yorumlar
Yorum Gönder