windows shell scripting through java
i am designing a desktop application like nero for removable media storage that also includes fe开发者_运维技巧atures of copyfast. i want to add an option of my own choice in the windows explorer right click menu. how can i do that? am i proceeding in the right direction?
What does your question has to do with shell scripting?
You can get the functionality with c sharp easily:
http://www.codeproject.com/KB/cs/appendmenu.aspx
But take a look other peoples work where the embed the windows context menu within a java app:
_ttp://timealias.bplaced.net/ContextMenuPlugin/ (can only post only link; need more rep)
精彩评论