Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
CleanUp.bat
Upload User: weylcy
Upload Date: 2022-08-05
Package Size: 75k
Code Size: 1k
Category:
USB develop
Development Platform:
C++ Builder
- @echo off
- REM Remove files generated by compiler in this directory
- REM and all subdirectories.
- echo Removing *.$$$ files...
- del *.$$$ /f /q /s
- echo.
- echo Removing *.bkx files...
- del *.bkx /f /q /s
- echo.
- echo Removing *.cce files...
- del *.cce /f /q /s
- echo.
- echo Removing *.cod files...
- del *.cod /f /q /s
- echo.
- echo Removing *.cof files...
- del *.cof /f /q /s
- echo.
- echo Removing *.err files...
- del *.err /f /q /s
- echo.
- echo Removing *.hex files...
- del *.hex /f /q /s
- echo.
- echo Removing *.i files...
- del *.i /f /q /s
- echo.
- echo Removing *.lde files...
- del *.lde /f /q /s
- echo.
- echo Removing *.lst files...
- del *.lst /f /q /s
- echo.
- echo Removing *.obj files...
- del *.obj /f /q /s
- echo.
- echo Removing *.o files...
- del *.o /f /q /s
- echo.
- echo Removing *.rlf files...
- del *.rlf /f /q /s
- echo.
- echo Removing *.sym files...
- del *.sym /f /q /s
- echo.
- echo Removing *.sdb files...
- del *.sdb /f /q /s
- echo.
- echo Removing *.wat files...
- del *.wat /f /q /s
- echo.
- echo Removing *.mcs files...
- del *.mcs /f /q /s
- echo.
- echo Removing *.mptags files...
- del *.mptags /f /q /s
- echo.
- echo Removing *.tagsrc files...
- del *.tagsrc /f /q /s
- echo.
- echo Removing *.map files...
- del *.map /f /q /s
- echo.
- rd Objects /S /Q
- echo Done.