![]() |
![]() |
CopyLog | ![]() |
|
Version: 1.0
I wrote CopyLog for use at work. When a specific job was running, it was overwriting the previous log file. CopyLog solved that problem by ensuring that the log file would always have a unique filename. |
||
![]() |
Cursor | ![]() |
|
Version: 1.1
Written to make some invisible tasks a little easier to follow. Set the cursor to the working state at the beginning of a script or batch file so you know it is working in the background. At the end of the script or batch file, set the cursor back to the default arrow to signify completion. New with version 1.10, generic cursors are now included in the download. If no cursors are defined in the registry, the generic cursors are used. |
||
![]() |
EmptyDir | ![]() |
|
Version: 1.0
Created to help someone add a context menu item to clear the files in a directory. Warning: This will delete all files without a confirmation dialogue, bypassing the Recycle Bin. |
||
![]() |
ListArgs | ![]() |
|
Version: 1.0
Not for everyday use, but somewhat convenient. ListArgs displays a list of the arguments passed to it to make troubleshooting easier. I wrote this in about 5 minutes to help with a problem I was having running an application via ContextAware by grigri. |
||
![]() |
MakeM3U | ![]() |
|
Version: 1.5
MakeM3U 1.5 allows you to create playlists by directory. It also supports extended tag information so you can sort by tag as well as path/filename. Please note: SimpleID3.dll is required for MakeM3U 1.5 to work. Either put it in the System32 directory or the same directory as MakeM3u. More information about SimpleID3 can be found on the About page. For those of you who do not wish to read tag information, MakeM3U 1.0 is still available. There is also a VB Script version. |
||
![]() |
MenuIt | ![]() |
|
Version: 1.0
MenuIt should greatly ease the burden of creating a text file for ContextAware with your Start Menu in it. It doesn't properly integrate the 'current user' and 'all users' portions (the current user shortcuts appear first,followed by the all users shortcuts). It does, however, ignore desktop.ini and mscreate.dir files. There are also commandline options to change the files it ignores as well as name designate the name of the resulting text file. |
||
![]() |
Synch | ![]() |
|
Version: 1.0
I think Synch is the most elegant application on the site. With very few lines of code, it is able to:
|
||
![]() |
Trim | ![]() |
|
Version: 1.01
If you've done any type of programming, you're probably familiar with the Trim function. The Trim application applies that function to a text file, with a few modifications:
I use it to clean up all my development files. If things aren't spaced properly afterwards, it's because I didn't indent properly with tabs and I fix it. This will probably only appeal to those who are as anal as I. Add it to your right-click using the following syntax in the registry (or download reg file):
[HKEY_CLASSES_ROOT\txtfile.txt\shell\Trim\command] |
||