[Meta-diff-devel] CompareShellEx CompareShellEx-Install.bat,1.1,1.2 CompareShellEx-Uninstall.bat,1.1
Brought to you by:
undees
From: Sebastian S. <ey...@us...> - 2005-08-26 20:27:45
|
Update of /cvsroot/meta-diff/CompareShellEx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10050/CompareShellEx Modified Files: CompareShellEx-Install.bat CompareShellEx-Uninstall.bat Log Message: Made the batch files accept the "user" parameter. Index: CompareShellEx-Uninstall.bat =================================================================== RCS file: /cvsroot/meta-diff/CompareShellEx/CompareShellEx-Uninstall.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CompareShellEx-Uninstall.bat 18 Aug 2005 19:02:30 -0000 1.1 --- CompareShellEx-Uninstall.bat 26 Aug 2005 20:27:34 -0000 1.2 *************** *** 1,4 **** ! rem Batch File Command Reference for Windows 2000 ! rem http://labmice.techtarget.com/articles/batchcmds.htm ! @RunDLL32.exe "%~dp0CompareShellEx.dll",Uninstall --- 1,4 ---- ! :: Batch File Command Reference for Windows 2000 ! :: http://labmice.techtarget.com/articles/batchcmds.htm ! @RunDLL32.exe "%~dp0CompareShellEx.dll",Uninstall %1 Index: CompareShellEx-Install.bat =================================================================== RCS file: /cvsroot/meta-diff/CompareShellEx/CompareShellEx-Install.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CompareShellEx-Install.bat 18 Aug 2005 19:02:30 -0000 1.1 --- CompareShellEx-Install.bat 26 Aug 2005 20:27:34 -0000 1.2 *************** *** 1,4 **** ! rem Batch File Command Reference for Windows 2000 ! rem http://labmice.techtarget.com/articles/batchcmds.htm ! @RunDLL32.exe "%~dp0CompareShellEx.dll",Install --- 1,4 ---- ! :: Batch File Command Reference for Windows 2000 ! :: http://labmice.techtarget.com/articles/batchcmds.htm ! @RunDLL32.exe "%~dp0CompareShellEx.dll",Install %1 |