TouchProA Touch Utility Integrated into Explorer | |||||||||||||||||||||||||||||||||||||
TouchPro allows you to change any combination of file time attributes through a file's property pages. It fully integrates into Windows Explorer giving you the ability to affect the timestamps of:
The registered version of TouchPro enables extra facilities:
Download
| ![]() 100% CLEAN award granted by Softpedia Screen Shots | ||||||||||||||||||||||||||||||||||||
Specialised Scripting Examples using TouchCmdThe following VB script examples show how you can use the command line version of TouchPro for operations that aren't possible from the GUI: 1. This example sets a directory's timestamp to that of the earliest file timestamp contained in the directory: SetFolderToEarliestFile.zip Use (from a command line): SetFolderToEarliestFile YourDirectoryName 2. This example sets an Office document file timestamp to the same as its embedded timestamp: SetFileTimeToOfficeDocTime.zip Use (from a command line): SetFileTimeTofficeDocTime YourDocumentFileName 3. This example sets a picture file's modified time to be the same as the picture's "Date Taken" timestamp: SetFileTimeToPictureDateTakenTime.zip Use (from a command line): SetFileTimeToPictureDateTakenTime YourPictureFileName 4. This example sets a file's created time to be the same as it's modified time: SetCreatedToModified.zip Use (from a command line): SetCreatedToModified YourFileName You can further automate these scripts to perform their operation on multiple files using the For command like this: for %F in (*.jpg) do <ScriptName> <parameters> More information on the for command. TranslationsTouchPro loads its UI components (dialog, tooltip strings, error messages) from a separate resource DLL (TouchPro.lang). By replacing this DLL with an equivalent one in a different language, the TouchPro GUI will display in that language. We don't have the resources to do comprehensive translation work, so we're opening this up to anyone who may want to do this for themselves using their own resource editing tools (such as Visual Studio or Resource Hacker) to edit the resource DLL. Currently we have the following non-English resource files available. Note: These translated resource files will only work correctly with the associated release of TouchPro.
To have TouchPro use a new language DLL:
You may need to log off/on for the Translating the Resources Start from the supplied master English resource file TouchPro.lang (in the TouchPro installation directory - which is normally [SysDrive]:\Program Files\JD Design\TouchPro). Open this resource DLL with a tool that provides you with the facility to edit resource DLLs (such as MS Visual Studio). Items that need translating: Items that need translating: 1. The TouchPro dialog texts - except for the dialog caption. Please leave the caption as the product name "TouchPro". Use your judgement to resize and reposition any controls to fit the necessary texts, but please keep the general control order, layout, and dialog size the same as the original version. 2. The string table items. These are the various tooltip texts, context menu texts, and error messages. Note the use of && gives a single & character in the displayed text, and the "\n" is a new-line (sometimes occur in pairs as \n\n to give an extra blank line). Please leave any mentions of the product name intact. 3. Add your name (and company name if relevant) to the version resource. Please let us know of any TouchPro translation you do, we would like to make your work available to everyone if we can come to a mutual agreement to recognise your work. For example, you might like to have the file on your own web site and have people visit your site to advertise your other work in order to download the file. | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||