12 lines
92 B
Batchfile
12 lines
92 B
Batchfile
cd html
|
|
call clean.bat
|
|
cd dlls
|
|
cd graphics
|
|
del *.htm
|
|
del *.css
|
|
del *.png
|
|
cd ..
|
|
cd ..
|
|
cd ..
|
|
|