mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
10 lines
199 B
Batchfile
10 lines
199 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.pdf del *.pdf
|
|
if exist *.prn del *.prn
|
|
if exist *.ix del *.ix
|
|
if exist *.log del *.log
|
|
if exist part?.txt del part?.txt
|
|
if exist *.synctex.gz del *.synctex.gz
|