본문 바로가기

fastcopy batch

web/etc by 낼스 2019. 7. 28.
# fastcopy bash ```bash @echo off rem "C:\Users\jihoon14.kim\FastCopy\FastCopy.exe" /cmd=diff /exclude="Thumbs.db;.DS_Store;Desktop.ini;DfsrPrivate\" /filelog="D:\Work\doc\FastCopy_log\FastCopy.log" /speed=full /error_stop=FALSE /force_close /acl=FALSE /verify=TRUE "C:\WEB_APP\workspace\web-module" /to="C:\WEB_APP\workspace\web-module" setlocal @set YEAR=%date:~0,4% @set MONTH=%date:~5,2% @set DAY=%date:~8,2% @set HOUR=%time:~0,2% @set MINUTE=%time:~3,2% @set SECOND=%time:~6,2% @set dir=%YEAR%%MONTH%%DAY%%HOUR: =0%%MINUTE: =0%%SECOND: =0% rem echo %dir% "C:\Users\FastCopy\FastCopy.exe" /cmd=diff /exclude="Thumbs.db;.DS_Store;Desktop.ini;DfsrPrivate\" /filelog="D:\Work\doc\FastCopy_log\FastCopy.log" /speed=full /error_stop=FALSE /force_close /acl=FALSE /verify=TRUE "C:\WEB_APP\workspace\web-module" /to="C:\WEB_APP\workspace\web-module_%dir%" endlocal ```

'web > etc' 카테고리의 다른 글

Microsoft Remote Desktop(RDC) 한영 전환 안됨  (1) 2020.06.24
611f14858cd043c8a31a9db143774486  (0) 2019.08.26
Markdown(마크다운)  (0) 2019.01.30
highlightjs 문법강조  (0) 2014.11.21
팬시,간편 URL  (0) 2014.05.07

댓글