https://github.com/radad/cmdfileutils
Command line utilties for file management
https://github.com/radad/cmdfileutils
appveyor console win32 windows
Last synced: 4 months ago
JSON representation
Command line utilties for file management
- Host: GitHub
- URL: https://github.com/radad/cmdfileutils
- Owner: RadAd
- Created: 2016-12-13T23:40:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T01:59:25.000Z (6 months ago)
- Last Synced: 2025-05-18T22:14:15.820Z (5 months ago)
- Topics: appveyor, console, win32, windows
- Language: C++
- Homepage:
- Size: 250 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CmdFileUtils

[](https://github.com/RadAd/CmdFileUtils/releases/latest)
[](commits/master)
[](https://ci.appveyor.com/project/RadAd/CmdFileUtils)Command line utilties for file management
## RadDir - dir replacement
This is intended to replace the dir command of cmd.exe.To use it add a macro `doskey dir=RadDir.exe $*` to your startup script.
Improvements include smaller header and colour output.
Colours are taken from the file [RadDir.ini](RadDir/RadDir.ini).## RadGetUrl - url downloader
## RadSync - directory synchronisation
## RadSyncPlus - two-way directory synchronisation
# Build Instructions
## Build
`msbuild /nologo CmdFileUtils.sln /p:Configuration=Release /t:Build`