On this page I'll report on changes to my web site or related news items.
Don't expect a full-blown weblog, more like a list of highlights in shorthand.
| May 21, 2012 | • Which.exe is a simple "port" of the UNIX command. It does not take into account CMD.EXE's internal commands. You can optionally tell it to list all matching programs and script (default: stop at first match). |
| May 20, 2012 | • Tail.exe is a simple "port" of the UNIX command. It accepts standard input or a file name, and you can optionally specify the number of lines to be displayed (default: 1). |
| May 19, 2012 | • ReadLine.exe has been updated: I fixed some errors in the interpretation of negative line numbers and optimized (deduplicated) the code. • RC.bat has also been updated: besides the return code ("errorlevel") returned by a command, it now also displays the time it took to execute the command. |
| May 14, 2012 | • I have often considered writing a command line calculator when using the awkward GUI of Windows' Calculator; today I finally did write ClCalc.exe. It uses temporary JScript code to evaluate the expression on the command line, as described and demonstrated by "markman", found in a discussion section at CodeProject.com. |
| May 11, 2012 | • Where there is Chr.exe there is Asc.exe, its counterpart or reverse function. Asc.exe will return the decimal character code for the specified ASCII character, both on screen and as exit code ("errorlevel"). |
| May 10, 2012 | • Chr.exe is a new command line utility, written in C#, to return the ASCII character for a specified decimal character code. Some time ago I provided Chr.bat, with similar functionality, but it seems to "challenge" the readability of the batch files the code is used in. |
| May 1, 2012 | • Because I always forget the PDF Tool Kit's command line for merging PDFs, I wrote MergePDFs.bat, a wrapper for PDFTK. It can be used to merge any number of PDF files into a single new one. The entire PDF files will be merged, if you want to select specific pages only, have a look at PDFTK's command line. |
| April 20, 2012 | • I completely rewrote Drives.bat: version 2.* uses WMIC to query and list drive types. I hope this ensures it will still work in future Windows versions, unlike the old batch file that relied on specific registry values. I also added some new command line switches, to allow filtering on drive types. The old batch file was renamed DrivesXPHome.bat and is still available for download, as the new version won't work in Windows XP Home Edition. |
| April 18, 2012 | • Jaime Ramos sent me a link to some interesting information on escaping exclamation marks when delayed variable expansion is active. I added it to my Escape Characters page, together with a new table listing known escape sequences for several situations. Thanks Jaime |
| April 17, 2012 | • Drives.exe has been updated, with the new optional /T switch it will list all drive letters used and the drive types.I also reverted the update of Drives.bat, since it turned out to return unreliable results in Windows 7. The batch file has been downgraded to version 1.01 again, which can be used in XP only. Use the executable with the /T switch in later Windows versions. |
| April 11, 2012 | • After a problem was reported with the executable, both Drives.exe and Drives.bat were updated. I'm not sure yet if it fixed the bug, but an error message was missing in the C# code anyway. The batch file dated from 2003, and refused to run in XP or later, all I did was remove the OS limitation. |
| April 8, 2012 | • And yet another "new" utility written in C#: ReadLine.exe reads one or more lines from standard input or from a text file. Unlike its batch counterpart it doesn't ignore blank lines by default. It is still in beta, so please let me know if it does not perform as it should according to its on-screen help. |
| April 6, 2012 | • Tee.exe is another "new" utility, written in C#. I'm often asked where a self-contained working TEE port can be found on the web, and the locations seem to change so often that I decided it would be easier to write one myself. Consider this a "lite" version: the only argument it accepts is a valid file name, and text will always be appended if the specified file exists. |
| April 5, 2012 | • Drives.exe is a new utility, written in C#, to list all available drive letters, or all drive letters in use, or both. I wrote it to be used without requiring elevated or administrative privileges (unlike ListDrives.exe, which does require elevated/administrative privileges). |
![]() |
Archived news from 2012 | |
| Archived news from 2011 | ||
| Archived news from 2010 | ||
| Archived news from 2009 | ||
| Archived news from 2008 | ||
| Archived news from 2007 |
| page last uploaded: 21 May 2012, 12:03 |