I have the requirement to print the full path and file names of files selected in windows directory.
the approach I have taken is
1. create key in registry to give option in context menu
2. attached the context menu option to execute my java program
now the issue I have , I want to select a few files ,
1. then right click on it
2. then execute my java program
3. and have the list of files selected in my java program as an input
i am not able to achieve point 3
any guidance how to approach it or better alternative