lab
Backup_Revit Files@Server_to Local
kmlab
2022. 7. 22. 17:28
setlocal
set sour_fd="N:\01. AR, ST\M15 PJT PH-3\09 BIM\"
set targ_fd="G:\BAE\Working\M15_PH-3\BIM\Back up\"%date%
md %targ_fd%
::
xcopy /s/e %sour_fd%"01 AR\*.rvt" %targ_fd%"\01 AR\"
xcopy /s/e %sour_fd%"02 ST\*.rvt" %targ_fd%"\02 ST\"
xcopy /s/e %sour_fd%"03 EX\*.rvt" %targ_fd%"\03 EX\"
xcopy /s/e %sour_fd%"04 AF\*.rvt" %targ_fd%"\04 AF\"
xcopy /s/e %sour_fd%"05 SC\*.rvt" %targ_fd%%date%"\05 SC\"
xcopy /s/e %sour_fd%"97 Existing\*.rvt" %targ_fd%%date%"\97 Existing\"
endlocal
반응형