windows_bat-xcopy

xcopy

.bat file

1
SET START_DATE=11-23-2017
2
SET BAT_PATH=%~dp0
3
SET EXPORT_FOLDER=%~dp0..\_files_export_by_date
4
5
xcopy %BAT_PATH%*.* %EXPORT_FOLDER% /Y /S /EXCLUDE:%BAT_PATH%xcopy_exclude_by_date /D:%START_DATE%

exclude file

1
ParsingPdf.pdb
2
ParsingPdf.vshost.exe
3
.suo
4
.e2e
5
.log
6
hidden_changes.conf
7
\dll\
8
\bin\
9
\obj\
10
\temp\html\
11
\extjs\ext
12
\generator\
13
\ActionProviderImplementation\
14
\plugin\cmis_app\
15
.csproj
16
.csproj.user
17
.config
18
.dbml
19
.dbml.layout
20
.designer.cs
21
.Designer.cs
22
.settings
23
\scripts\
Share