Free Software
by
Evan Reynolds


This page is to distribute software that I've written and want to make available.  

Rename - for Windows

This program helps you rename a directory of files.   It can rename all the files, prepend text, append text, or append text after the name but before the extension.  What makes it really useful is that it takes a variable that lets you number your files.  The variable is represented by a question mark, and the question marks are replaced by numbers - one digit for each position.   So if I specify NewName???.txt, my files will be renamed to NewName001.txt, NewName002.txt, etc.  You can start at any number you want, and it sorts the files alphabetically when it renames them.  If you screw up, it keeps the last operation in memory and can undo it for you.  It does more, follow the link.

Comics - for Window

This program creates a web page that has daily comic strips on it.  That way you can read the day's strips without having to go to all sorts of different sites.  Just run this, and it will launch a browser with all the strips you want in it.

Return to www.evan.org