forked from gena/thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.cmd
More file actions
20 lines (18 loc) · 699 Bytes
/
Copy pathclean.cmd
File metadata and controls
20 lines (18 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off
echo Deleting output ...
del /q dissertation.aux dissertation.log dissertation.pdf dissertation.out dissertation.bcf dissertation.bbl dissertation.blg dissertation.toc
del /q dissertation.txss dissertation-blx.bib dissertation.run.xml dissertation.synctex.gz dissertation.bak
del /q 00.1-title\*.aux
del /q 00.2-summary\*.aux
del /q 00.3-preface\*.aux
del /q 01.1-introduction\*.aux
del /q 01.2-canny-otsu\*.aux
del /q 01.3-change-detection\*.aux
del /q 01.4-data-fusion\*.aux
del /q 01.5-kmeans\*.aux
del /q 01.6-hand\*.aux
del /q 01.7-aqua-monitor\*.aux
del /q 01.8-water-murray-darling\*.aux
del /q 02.1-conclusions\*.aux
del /q 02.2-acknowledgments\*.aux
del /q 02.3-appendix\*.aux