1
0
mirror of https://github.com/SMFSW/cI2C synced 2024-06-17 16:20:03 +02:00
cI2C/Clean.bat

14 lines
324 B
Batchfile
Executable File

@ECHO off
ECHO #***************************************************************
ECHO # File : clean.bat
ECHO #
ECHO # Command lines script: Clearing output, temporary and log files
ECHO #***************************************************************
@ECHO on
::del *.o /s
del cI2C.chm
del /f /q /s workdir\
rmdir workdir