| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 0.3 | 2017-09-25 | ||
| 0.2 | 2016-02-23 | ||
| 0.1 | 2010-07-02 | ||
| README.txt | 2016-02-23 | 1.3 kB | |
| Totals: 4 Items | 1.3 kB | 0 |
1. Introduction
---------------
utx is a package of command line tools for Windows, meant as an improvement over
the standard Windows command line tools (copy, del, move, xcopy) and the MinGW
ports of the UNIX tools (ls, cp, rm).
2. Features
-----------
- Recursive wildcards (ant-style)
- Exclude files based on pattern
- Progress report for individual files
- Selectable level of interactivity (0..3)
- Verbose flag
3. Missing features
-------------------
- Multiple source/target arguments
- Confirm file overwriting, read-only files etc.
- Force mode
- Colors
4. Download/build/installation
------------------------
a. Download the binary distribution (created with Py2Exe, see
http://www.py2exe.org/) from
https://sourceforge.net/projects/utx/files/
No installation is necessary.
b. Fetch the Python sources from the repository at
git://utx.git.sourceforge.net/gitroot/utx
Run 'make' to create the standalone executables.
You will need:
- Python 2.5 from
http://www.python.org/download/releases/2.5/
- py2exe from
http://www.py2exe.org/
---------------------------------------------------
Horea Haitonic (h o r e a h _at_ g m a i l . c o m)