摘要:
@ECHO OFF::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::Init environment for FileCentre::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::IF %1]==] GOTO UsageIF %2]==] GOTO UsageIF %3]== 阅读全文
摘要:
@ECHO OFFIF %1]==] GOTO UsageFOR /F "TOKENS=1,2 DELIMS=/ " %%A IN ("%1") DO SET @DependedServer=%%A&SET @DependedSchtask=%%BIF ERRORLEVEL 1 ( ECHO ERROR: ** The input parameters - %1 init failed GOTO ExitError):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
@ECHO OFFIF %1]==] GOTO UsageFOR /F "TOKENS=1,2 DELIMS=/ " %%A IN ("%1") DO SET @DependedServer=%%A&SET @DependedSchtask=%%BIF ERRORLEVEL 1 ( ECHO ERROR: ** The input parameters - %1 init failed GOTO ExitError):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
@ECHO OFFIF %1]==] GOTO UsageFOR /F "TOKENS=1,2 DELIMS=/ " %%A IN ("%1") DO SET @DependedServer=%%A&SET @DependedService=%%BIF ERRORLEVEL 1 ( ECHO ERROR: ** The input parameters - %1 init failed GOTO ExitError):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
@ECHO OFFIF %1]==] GOTO UsageFOR /F "TOKENS=1,2 DELIMS=/ " %%A IN ("%1") DO SET @DependedServer=%%A&SET @DependedProcess=%%BIF ERRORLEVEL 1 ( ECHO ERROR: ** The input parameters - %1 init failed GOTO ExitError):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
@ECHO OFFIF %1]==] GOTO UsageFOR /F "TOKENS=1,2 DELIMS=/ " %%A IN ("%1") DO SET @DependedServer=%%A&SET @DependedService=%%BIF ERRORLEVEL 1 ( ECHO ERROR: ** The input parameters init failed GOTO ExitError)::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 阅读全文
摘要:
::::ShareLib::@ECHO OFFCOPY "%MainWorkspace%\Lib\Alcorian\Alcorian.Operations\bin\Release\Morningstar.Alcorian.Operations.dll" "%ShareLibPath%"COPY "%MainWorkspace%\Lib\Alcorian\Alcorian.Core\bin\Release\Morningstar.Alcorian.Core.dll" "%ShareLibPath%":UsageECH 阅读全文
摘要:
::::Performance Team::@ECHO OFFSET @Team=GPPSET @7ZEXE="C:\Program Files\7-Zip\7z.exe"FOR %%P IN (Parser Downloader FileCenter Importer TrackingMerger AsyncTaskExecuter OrphanDataTransfer BatchDataTransfer ReValidater SuggestGenerator) DO ( CD "%MainWorkspace%\Processes\Performance\%% 阅读全文
摘要:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets"/> <PropertyGroup> <AssemblyVersion Condition="'$(A 阅读全文