I'd like to open a random preset bank when I open my VST synth. I'm trying to copy a random file from one folder that hold lots of preset banks, rename the file and overwrite/delete the existing file in a different default folder. I dont mind if it picks the same bank now and again as log as it is generally picking files at random.
I'm trying to write a .bat file that I can double click before opening the application - but it can be in anything as long as I can easily implement it in Windows 10.
Source folder: F:##PRESETS##\SYLENTH\source_preset_banks\
Destination: C:\Users\david\Documents\LennarDigital\Sylenth1\SoundBanks\
The source files are all different names e.g. 5 Pin Media Soundbank.fxb
The file name in the destination must be FactoryBank1.fxb
I've tried to modify code I've found however I'm not familiar with batch files and having difficulty pulling a solution together that works and does exactly what I need.
Copy a random file to another folder
Can you help?