https://github.com/intothevoid/vc_cleaner
vc++ cleaner is a configurable vb script to clear intermediate files generated in a visual c++ project
https://github.com/intothevoid/vc_cleaner
Last synced: 5 months ago
JSON representation
vc++ cleaner is a configurable vb script to clear intermediate files generated in a visual c++ project
- Host: GitHub
- URL: https://github.com/intothevoid/vc_cleaner
- Owner: intothevoid
- Created: 2014-08-11T12:28:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T04:52:34.000Z (almost 12 years ago)
- Last Synced: 2025-07-09T07:51:28.871Z (12 months ago)
- Language: Visual Basic
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Visual C++ Cleaner
==================
VCC++ cleaner is a small script written in VBScript that automates the cleaning of intermediate files that are normally created when compiling Visual C++ projects.
Its features are -
1. Clean the entire folder (with subdirectories) by entering only the path.
2. Clean by extension.
3. Clean by folder name (Debug, Release etc.).
4. Built in logging support.
Current extensions which are cleaned -
pch,clw,aps,plg,opt,ncb,scc,ilk,htm,vss,pcx,bkp,bak,bsc,user,suo
Current folders which are cleaned -
debug, release
This script is extremely flexible and can be used even for system maintenance by making a small change to the script. Include any extensions to be cleaned from the system and the script will take care of the rest.