4 projects tagged "Windows"
lcra renames filenames like COMMAND.COM and MAIN.C to more tasteful ones like command.com and main.c. It tries to guess which filenames are DOS-ish ones needing changing, and which are really meant to be uppercase. It will fix the contents of a directory and all subdirectories. The companion program nsra changes spaces in filenames to underscores.
No-install Unix Tools for Windows is a collection of 18 of the most useful Cygwin tools packaged into a single 1.1MB (floppy sized) EXE file that runs without any installation process. Simply running the executable instantly creates a Unix environment for Windows, without making any persistent changes to the underlying system. It includes bash, less, gzip, grep, find, df, du, ls, cat, cp, mv, ps, rmdir, mkdir, rm, pwd, and tar.
Easylzma is a C library and command line tools for LZMA compression and decompression. It uses Igor Pavlov's reference implementation and SDK. It is meant to be a tiny wrapper and portable build system around a subset of Igor Pavlov's LZMA compression and decompression implementation. The API is small and intended to be straightforward. The project aims to support multiple different prominent LZMA file formats and is focused on producing something that is easy to build and use everywhere.