Adding "Create symbolic link here"?

  • Thread starter Thread starter RealCat
  • Start date Start date
R

RealCat

On the file drag & drop link I'd like to add a menu like "Create
symblolic link here". Is there any program that does this? If not, I
think it won't be that difficult to write a shell extension myself.
 
Right click and drag. Create Shortcut will appear.

only linux calls 'em symbolic links
 
RealCat said:
On the file drag & drop link I'd like to add a menu like "Create
symblolic link here". Is there any program that does this? If not, I
think it won't be that difficult to write a shell extension myself.


Yep, this wouldn't be too difficult to write. One fairly easy way would be
to write a front end to 'mklink.exe', which is built into Vista.
 
Back
Top