The command DEVLIB manages the new, compressed W4 format VxD libraries (like VMM32.VXD).
devlib [-c | -d | -p | -a] libname [ filename ]
-c | Creates a VxD library. |
-d | Dumps (prints a table of contents) for the VxD library specified by libname. The library must be unpacked first. You can use the optional filename argument to extract a VxD in the library. |
-p | Pack (compresses) a VxD library. |
-u | Unpacks (uncompresses) a VxD library. |
-a | Appends the VxD filename to the library. The -a is optional. |
libname | Specifies the library name. |
filename | Specifies the VxD filename. |