forked from steinberger/wif-exposee
11 lines
171 B
Batchfile
11 lines
171 B
Batchfile
|
@echo off
|
||
|
SET RESULT_DIR=..\result
|
||
|
SET OUTPUT_DIR=..\temp
|
||
|
SET FILE=thesis
|
||
|
cd tex
|
||
|
del /S /Q %OUTPUT_DIR%
|
||
|
rmdir %OUTPUT_DIR%
|
||
|
del /S /Q %RESULT_DIR%
|
||
|
rmdir %RESULT_DIR%
|
||
|
cd ..
|