-
I believe this question is already asked in the past, but couldn't find it ;(
ehr..
I have a prog that removes all readonly tags from dirs & subdirs...
I want to know if it's possible to make a shell extension, when I right-click a dir it gives to option to "Remove ReadOnly", just like mcAfee does (Scan for viruses), It allready accepts command lines now (windows\send to)
Thanks,
[Edited by Jop on 06-20-2000 at 02:14 PM]
-
In registry put:
HKEY_CLASSES_ROOT\Folder\shell\yourcommand\
(default)=your app path %1
-
And Kedaman saved my day again :) hehe easier then I thought it was :)
Ehr.. now a thougher question:
Can I detect when files are copied from a CD? so it will automaticly be ReadOnly removed... and kedaman, you have credit in my readme file and Info (in the app)
Thanks again for your great help, but can you also post the actual code for VB to add the key? Because I never understood that :)
Thanks
-
The registry code is on my homepage, use:
Code:
regval("ROOT\Folder\shell\yourcommand\")="your app path %1"
Also i don't know how to detect file copying, :( Maybe you could have an app that detects the copying window by it's classname, i'm not sure, never tried