Wednesday, August 1, 2012

Open Eclipse Workspace


Create a .reg file with following content:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\OpenEclipseWorkspace]
@="Open Eclipse Workspace"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\OpenEclipseWorkspace\command]
@="d:\\Java\\eclipse\\eclipse.exe -showlocation -data \"%1\""


  1. Change the eclipse exe path.
  2. Right click on the workspace folder and select "Open Eclipse Workspace"
  3. This will open the eclipse workspace in the IDE
  4. If the folder does not contain workspace metadata then a new workspace will get created

Wednesday, April 4, 2012

Script: Add 'Copy To' and 'Move To' command on right click

Update the following registry keys:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"