搜尋此網誌

2008年11月27日 星期四

How to change the Location of IE Favorites

* Create a new folder in drive D: which is separated from the Windows drive. In this tutorial I name the folder to be “Favorites“.
* Click Start > Run and type regedit then press Enter.
* In the Registry Editor window, Go to the path like below,

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

* In the right hand panel of the Registry Editor window, Find the string name Favorites and double click on it.
* Change the location of IE Favorites to the new location which is the new folder you created it in the first step like D:\Favorites then click OK.
* Go to the path,

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

* Again find the Favorites string and double click on it.
* Change the location to D:\Favorites and then click OK.

2008年11月22日 星期六

diff3 & merge

diff - compare two files
diff3 - compare three files

merge - three-way file merge
  • merge [ options ] file1 file2 file3
  • merge incorporates all changes that lead from file2 to file3 into file1.
  • Suppose file2 is the original, and both file1 and file3 are modifications of file2. Then merge combines both changes.