代码拉取完成,页面将自动刷新
同步操作将从 mirrors_singod/MySQL-Front 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
@ECHO OFF
REM ****************************************************************************
SET CleanRootPath=%CD%
SET CleanImagesPath=%CleanRootPath%\Images
SET CleanImagesPureFlatPath=%CleanImagesPath%\PureFlat
SET CleanSourcePath=%CleanRootPath%\Source
SET ClearSourceSynEditPath=%CleanSourcePath%\SynEdit
SET ClearSourceBCHexEditorPath=%CleanSourcePath%\BCHexEditor
SET ClearSourceFastMMPath=%CleanSourcePath%\FastMM
SET ClearSourceMySQLPath=%CleanSourcePath%\MySQL
SET ClearSourceQueryBuilderPath=%CleanSourcePath%\QueryBuilder
SET ClearSourceShellBrowserPath=%CleanSourcePath%\ShellBrowser
SET ClearSourceSynopsePDFPath=%CleanSourcePath%\SynopsePDF
SET ClearSourceVCLPath=%CleanSourcePath%\VCL
SET ClearSourceWin32Path=%CleanSourcePath%\Win32
SET CleanPublishPath=%CleanRootPath%\Publish
SET CleanTempPath=%CleanRootPath%\Temp
REM ****************************************************************************
CD "%CleanRootPath%"
if exist "%CleanPublishPath%" RMDIR /S /Q "%CleanPublishPath%"
if exist "%CleanTempPath%" RMDIR /S /Q "%CleanTempPath%"
if not exist "%CleanImagesPureFlatPath%" MKDIR "%CleanImagesPureFlatPath%"
if not exist "%ClearSourceFastMMPath%\Bin" MKDIR "%ClearSourceFastMMPath%\Bin"
if not exist "%ClearSourceMySQLPath%\Source" MKDIR "%ClearSourceMySQLPath%\Source"
if not exist "%ClearSourceSynEditPath%\Source" MKDIR "%ClearSourceSynEditPath%\Source"
if not exist "%ClearSourceSynEditPath%\Bin" MKDIR "%ClearSourceSynEditPath%\Bin"
if not exist "%ClearSourceBCHexEditorPath%\Source" MKDIR "%ClearSourceBCHexEditorPath%\Source"
if not exist "%ClearSourceBCHexEditorPath%\Resource" MKDIR "%ClearSourceBCHexEditorPath%\Resource"
if not exist "%ClearSourceBCHexEditorPath%\Bin" MKDIR "%ClearSourceBCHexEditorPath%\Bin2"
if not exist "%ClearSourceQueryBuilderPath%\Source" MKDIR "%ClearSourceQueryBuilderPath%\Source"
if not exist "%ClearSourceQueryBuilderPath%\Resource" MKDIR "%ClearSourceQueryBuilderPath%\Resource"
if not exist "%ClearSourceQueryBuilderPath%\Bin" MKDIR "%ClearSourceQueryBuilderPath%\Bin"
if not exist "%ClearSourceShellBrowserPath%\Source" MKDIR "%ClearSourceShellBrowserPath%\Source"
if not exist "%ClearSourceShellBrowserPath%\Resource" MKDIR "%ClearSourceShellBrowserPath%\Resource"
if not exist "%ClearSourceShellBrowserPath%\Bin" MKDIR "%ClearSourceShellBrowserPath%\Bin"
if not exist "%ClearSourceSynopsePDFPath%\Source" MKDIR "%ClearSourceSynopsePDFPath%\Source"
if not exist "%ClearSourceSynopsePDFPath%\Resource" MKDIR "%ClearSourceSynopsePDFPath%\Resource"
if not exist "%ClearSourceSynopsePDFPath%\Bin" MKDIR "%ClearSourceSynopsePDFPath%\Bin"
if not exist "%ClearSourceVCLPath%\Source" MKDIR "%ClearSourceVCLPath%\Source"
if not exist "%ClearSourceWin32Path%\Source" MKDIR "%ClearSourceWin32Path%\Source"
MKDIR "%CleanTempPath%"
if exist "%CleanSourcePath%\FastMM\FastMM_FullDebugMode.dll" COPY "%CleanSourcePath%\FastMM\FastMM_FullDebugMode.dll" "%CleanTempPath%" > nul
for /D /R %%I in (*) do (
if exist "%%I\__history" RMDIR /S /Q %%I\__history"
if exist "%%I\*.~dsk" DEL "%%I\*.~dsk"
if exist "%%I\*.drc" DEL %%I\*.drc"
if exist "%%I\*.dproj.local" DEL %%I\*.dproj.local"
if exist "%%I\*.identcache" DEL "%%I\*.identcache"
if exist "%%I\*.tvsconfig" DEL "%%I\*.tvsconfig"
if exist "%%I\*.vlb" DEL %%I\*.vlb"
)
CHOICE /M "Clean built packages"
if Errorlevel 2 goto End
if Errorlevel 1 goto CleanAll
goto End
:CleanAll
for /D /R %%I in (*) do (
if exist "%%I\Bin\*" DEL /Q "%%I\Bin\*"
)
:End
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。