software

TextBath v1.7 (83k exe). A Win32 command-line program to reformat text files into continuous paragraphs. It can also add line breaks or paragraphs if a line matches a string, indent new paragraphs, remove tabs, remove HTML/XML tags, replace HTML/XML entities, insert HTML foprmatting tags. For integration into other applications, it can also read directly from the clipboard and output to the console. I wrote this because it's quite a common thing to have to do, especially when copying text from e-mails. The only programs I could find to do anything similar weere priced at $20 and $25 which is far too much. I use it in conjuction with Textpad when I'm writing HTML pages, or use it when converting text into eBook format.

Cleave v1.1a (22k exe). A Win32 command-line program which accepts stereo WAV files and splits them up into two independent mono WAV files.

FindUPX v1.0c (22k exe). A Win32 command-line program to search through a bunch of files and report any files that have been compressed with the UPX executable compressor. I needed this because I compressed a bunch of windows DLLs which then stopped compiled windows help files from displaying any more. I couldn't find the DLL that I had compressed, so wrote this to find it.

PlayWAV v1.0 (45k exe). Another Win32 command-line program to play back PCM WAV files. Files are streamed through the WaveOut device, so any size file should playback with no trouble on any PC with a sound device.

Entitize v1.1 (36k exe). A command-line program to take a text string and convert it into HTML character codes. Displays the result on-screen and also copies it into the clipboard. Useful for putting your e-mail address on a website without it being picked up by spambots.