I was about to post a feature request for this to be implemented when it occurred to me how easy it would be to do using autohotkey, and so I did it. I have also made the FR, but until that happens you can save dynamic split configs for later recall with this executable, or the .ahk script if you have ahk installed (which I recommend for any savvy computer user). Usage Example: I have a set of 6 lecture recordings which I'm mining for soundbytes, and I'm using dynamic split to assist with that. They were all recorded with the same hardware, by the same person, in the same place. I want to come up with the closest to perfect settings for Dynamic split that I can in one recording, and then replicate the same for the other five. I believe the Dynamic Split dialog does in fact display the last used config, but if I wind up using dynamic split for something else, I don't want to lose my current settings. Using this little tool, I can save the settings, and name them after the lecture series, or the default name which is current DD.HH.MM with the file extension of .dsc. The only problem I have with it presently is that it will not overwrite a pre-existing file, so you must manually delete .dsc files that you intend to overwrite before running this, or just use a new filename. This tiny program/script could certainly be done more elegantly but this gets the job done, without error in my testing. Pls. give it a try and let me know.