| Description: |
TimeStamper is an extension to the Windows Explorer that adds a 'Prefix w/ Time Stamp'
context menu command.
Right click on a file (or multiple files) in the Windows Explorer and use this command to add a time stamp prefix to the file name.
The time stamp consists of two digits each for the year, month, day, hour minute and second.
The time stamp format allows files to be sorted properly.
The time used for the stamp is the current system time, not the file time.
So applying this command to a multiple selection of files gives them the same time stamp.
To install:
- Copy the DLL to a folder on your system.
- From the Start menu select Run... and enter
RegSvr32 c:\folder\TimeStamper.dll
where 'c:\folder' depends on where you copied the DLL.
To uninstall:
- Start/Run... RegSvr32 /U c:\folder\TimeStamper.dll
|