I've introduced this into my Win98SE reg and it works fine.
[HKEY_CLASSES_ROOT\Directory\shell\AttribTree]
@="Set attributes within %1"
[HKEY_CLASSES_ROOT\Directory\shell\AttribTree\command]
@="wscript.exe e:\\scripts\\attribtree\\AttribTree.vbs \"%L\""
Is it possible to have an icon displayed to the left of "Set attributes..." without having to get bogged down with shellex, CLSID and all the other paraphernalia for more sophisticated extensions?
[HKEY_CLASSES_ROOT\Directory\shell\AttribTree]
@="Set attributes within %1"
[HKEY_CLASSES_ROOT\Directory\shell\AttribTree\command]
@="wscript.exe e:\\scripts\\attribtree\\AttribTree.vbs \"%L\""
Is it possible to have an icon displayed to the left of "Set attributes..." without having to get bogged down with shellex, CLSID and all the other paraphernalia for more sophisticated extensions?