View Single Post
  (#4 (permalink)) Old
Vishal Gupta Offline
Microsoft MVP
 
Vishal Gupta's Avatar
 
Posts: 28
Join Date: Jul 2008
Location: AskVG.com
Default 09-28-2008, 06:53 PM

^^ To add the option for files, simply replace "directory" with "*" in above mentioned registry code as following:

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\movex]
@="Move to X Folder"

[HKEY_CLASSES_ROOT\*\shell\movex\command]
@="wscript C:\\Windows\\System32\\MoveX.vbs %l"
   
Reply With Quote