Hi sir

i use that

[HKEY_CLASSES_ROOT\*\shell\CAB_Max]

[HKEY_CLASSES_ROOT\*\shell\CAB_max\command]
@="makecab /v3 /D CompressionType=LZX /D CompressionMemory=21 \"%1\""


it can Compress all files to cab

when i want use the same reg

[HKEY_CLASSES_ROOT\Directory\shell\Folder_CAB_Max]

[HKEY_CLASSES_ROOT\*\shell\Folder_CAB_Max\command]
@="makecab /v3 /D CompressionType=LZX /D CompressionMemory=21 \"%1\""


it can not work !?

can tell me the right setting ?


THX