6 lines
84 B
Batchfile
6 lines
84 B
Batchfile
cd "./release/"
|
|
del /F /S /Q "./*.*"
|
|
cd "../lib/"
|
|
del /F /S /Q "./QxOrm.*"
|
|
cd "../"
|