Você pode criar a Biblioteca em cmd (e lote) usando shlib.exe
, que vem com o Windows SDK.
Usage: shlib.exe SUBCOMMAND
Displays and modifies the attributes of Shell Libraries.
Supported commands:
create Creates a library at the specified path.
info Prints info about the given library.
enum Enumerates the folders in the library.
setattrib Modifies the attributes of the library.
add Adds the specified folder to the specified library.
remove Removes the specified folder from the library.
setsaveloc Sets the default save location of the library.
resolve Resolves the specified folder in the library.
resolveall Resolves all locations in the library in bulk.
manage Displays the Manage Library Dialog for the library.
Veja aqui para obter mais informações sobre o MSDN info e para download link.
Procure aqui para exemplos curtos / antigos.
Também pesquisando como smtg isso pode ajudar você.
Espero que ajude!