1
0
Fork 0
wif-exposeeWS24-25/latex/clean.cmd

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 ..