Does anyone know how I can add a context menu item that would compress a folder and add a timestamp? So that I can right-click a folder and it would give me the option to create something like this: folder_20100528.zip
(I’m posting it here because I figure it’s something that’s done through a batch file/code)
the batch script is what I was trying to figure out ; )
for now I’m just using a .bat file that I dropped in the directory, I’ll try to implement the rest later
thanks