bat_code

Upload: beckwith168

Post on 09-Feb-2018

226 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/22/2019 BAT_Code

    1/1

    @echo offsetlocal

    re2m Move the exported reposito2ry to the backup directory, and give it a unique (timestamped) file name.r2em Format date as YYYY-MM-DDset2 D=%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%2rem F2ormat time without milliseconds wit2h hyphens (can't have : in a file name).move "%LINK_DIR%\log2\repo_export.atl" "E:\ATL\backups\repo_export %D% %TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2%.atl" > nul rem Import the ATL files and update the import logfor %%F in (D:\ATL\*.atl) do ( echo %D2% %TIME:~0,8% %%F %BIN% -f%%F move /Y %%F D:\ATL\imported\ > nul2):endendlocal