Hypatia — Command Line Tools

Unrelated to the Hypatia Calculator, a few little tools for Windows command line users.

Links on this page lead you to the pages of the respective tools. The zip files you can download from there contain the .exe file, a documentation .txt file, and the Phix source files.

Work in progress, for now just one tool, a few will follow.

WITH

WITH lets you do whatever you want to do with all or selected files in a folder, with one command.

A simple example:

with *.jpeg ren * *.jpg renames all .jpeg files to .jpg

Version 1.01, last updated: April 4, 2023