[Meta-diff-devel] CompareShellEx CompareShellEx-ReadMe.txt,1.1,1.2
Brought to you by:
undees
From: Sebastian S. <ey...@us...> - 2005-08-18 20:10:22
|
Update of /cvsroot/meta-diff/CompareShellEx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16662/CompareShellEx Modified Files: CompareShellEx-ReadMe.txt Log Message: Minor updates. Index: CompareShellEx-ReadMe.txt =================================================================== RCS file: /cvsroot/meta-diff/CompareShellEx/CompareShellEx-ReadMe.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CompareShellEx-ReadMe.txt 18 Aug 2005 19:02:30 -0000 1.1 --- CompareShellEx-ReadMe.txt 18 Aug 2005 20:10:12 -0000 1.2 *************** *** 33,40 **** Then, at the command prompt, enter: ! rundll32 CompareShellEx,Install Note that "Install" is case sensitive. For your convenience, a simple batch file ! named "CSE-Install.bat" has been added to perform the installation. _________ --- 33,40 ---- Then, at the command prompt, enter: ! RunDLL32 CompareShellEx,Install Note that "Install" is case sensitive. For your convenience, a simple batch file ! named "CompareShellEx-Install.bat" has been added to perform the installation. _________ *************** *** 43,49 **** To uninstall CompareShellEx, type the following at command prompt: ! rundll32 CompareShellEx,Uninstall ! Again, "Uninstall" is case sensitive. Alternatively, use "CSE-Uninstall.bat". ______________________________ --- 43,50 ---- To uninstall CompareShellEx, type the following at command prompt: ! RunDLL32 CompareShellEx,Uninstall ! Again, "Uninstall" is case sensitive. Alternatively, use ! "CompareShellEx-Uninstall.bat". ______________________________ *************** *** 52,57 **** v1.3 - Added support for meta-diff (http://meta-diff.sourceforge.net/). ! - Made CompareShellEx Open Source (thanks to Karsten who agreed on this). It is now hosted at the meta-diff site. v1.2 --- 53,59 ---- v1.3 - Added support for meta-diff (http://meta-diff.sourceforge.net/). ! - Made CompareShellEx Open Source (thanks to Karsten who agreed to this). It is now hosted at the meta-diff site. + - Various minor improvements regarding the shell extension registration. v1.2 *************** *** 75,83 **** - Minor bug fixes ! V1.1 - Enhances installation/uninstallation functions - Minor bug fixes ! V1.0 - Initial release --- 77,85 ---- - Minor bug fixes ! v1.1 - Enhances installation/uninstallation functions - Minor bug fixes ! v1.0 - Initial release *************** *** 91,93 **** E-mail : eyebex at users.sourceforge.net Web : http://threekings.tk/layouts/craquelure/index.php?section=sundries&anchor=cse ! Date : 2005.Jul.29 --- 93,95 ---- E-mail : eyebex at users.sourceforge.net Web : http://threekings.tk/layouts/craquelure/index.php?section=sundries&anchor=cse ! Date : 2005.Aug.18 |