Print the list of plugins

The KVR Studio Manager Public Beta
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi! Is there any way to print the list of plugins to a text or PDF file? With the manufacturer's information, etc. Or to save the list somehow? I think it would be useful, if not, to format the computer and reinstall it.
Regards!

Post

are you on windows , osx or linux ? vst ; vst3 ?
**dark music for dark lovers**

Post

I have a shell extension (no longer available) that has a 'Print Folder Listing' but as alternate I can save to text file... I have used it like you have said except it ain't gonna save manufacturer BS but since it's a text file you could add that in yourself...

I'm sure there's probably a shell extension that would work like that for you but I would be looking in that direction...

Image

Post

eLawnMust wrote: Thu Mar 20, 2025 4:09 pm I'm sure there's probably a shell extension that would work like that for you but I would be looking in that direction...[/img]
This is the 'KVR Studio Manager' forum, so try considering that he's asking about how to do this for the plugins listed by KVR Studio Manager.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."

Post

eLawnMust wrote: Thu Mar 20, 2025 4:09 pm I have a shell extension (no longer available) that has a 'Print Folder Listing' but as alternate I can save to text file... I have used it like you have said except it ain't gonna save manufacturer BS but since it's a text file you could add that in yourself...

I'm sure there's probably a shell extension that would work like that for you but I would be looking in that direction...

Image
Dir C:/..../folder /a /s /b > list.txt

Post

i also think "printing a list" should be "a main core feature". not syncing to "kvr".

cmd with admin rights:
dir "C:\Program Files\Common Files\VST3" /a /s /b > list.txt

explorer .
the list is in the folder, where cmd starts.... e.g. system32...

power shell with admin rights:
Get-ChildItem "C:\Program Files\Common Files\VST3" -Recurse -Name > "$env:USERPROFILE\Desktop\vst3_list.txt"

have fun. thanx to the post above and ki.

Post

User201 wrote: Thu Jun 05, 2025 9:08 am i also think "printing a list" should be "a main core feature". not syncing to "kvr".

cmd with admin rights:
dir "C:\Program Files\Common Files\VST3" /a /s /b > list.txt

explorer .
the list is in the folder, where cmd starts.... e.g. system32...

power shell with admin rights:
Get-ChildItem "C:\Program Files\Common Files\VST3" -Recurse -Name > "$env:USERPROFILE\Desktop\vst3_list.txt"

have fun. thanx to the post above and ki.
Yep, i'm not good explaining the context.
/A all files
/S search recursive folders
/B simple list format, without info about size, date...

There's a full explanation of options by typing "dir /?"

Post Reply

Return to “KVR Studio Manager”