Command-Line Utilities
I use the Windows XP Command Line (cmd.exe) with very high frequency and there are some random tasks that I'd really like to be able to do with it, so I've written a few programs in C# to do them. You will find them listed below. This page is currently incomplete since I do not presently have access to the source for one file. I will post it sometime in the very near future.
System Requirements
Installation Instructions
For these files to work they need to be in a folder listed in the system PATH environment variable. I recommend you just right-click on them and save them to C:\Windows\System32 since that folder is virtually always in the PATH environmental variable. If you have no idea what an environmental variable is, just do that. If you're using the command line on a regular basis, however, my guess is you know how to set the path environment variable so if you want to feel free to put them in some other directory and then add that to PATH.
The Files
License
These files are licensed under the GNU General Public License (GPL) version 3 or later. A full copy of this license is available. Additionally, there is a FAQ page about the GPL available. Each source file includes this at the top:
Copyright 2007 Daniel Parente
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Please be aware if you plan to redistribute and/or modify.