Anyone tried adding functionality to the Windows Shell?

Just starting out? Need help? Post your questions and find answers here.
jonljacobi
User
User
Posts: 67
Joined: Mon Jan 16, 2006 10:12 pm

Anyone tried adding functionality to the Windows Shell?

Post by jonljacobi »

I basically want to add a "Paste only changed or new files" command, sort of one half of an ad hoc sync operation. The copy part's nothing, grabbing the selected file and directory objects and adding the command to the Windows context menu is what I need to know about.

I've read something about namespace extensions in re the shell.

Cheers, Jon
jear
User
User
Posts: 20
Joined: Sun Dec 28, 2003 12:27 am
Location: Ammerland

Post by jear »

@jonljacobi
The simplest may be to put a shortcut to your exe to the folder "send to".
Post Reply