I have several Vegas projects that I use as templates and may need any of them at any time, they don't survive for long in the recent projects menu, so I thought it would be handy to have specific buttons in the tool bar to jump right to them, which you can do by adding scripts as buttons in the customize toolbar menu, but I've never managed to make a script that worked, no matter how many other scripts I tried reverse engineering.
JEDTV kindly gave me this bit of code under one of his YT videos:
myVegas.NewProject(false, false);
myVegas.OpenProject(E:\vegas projects\HDMS Templates\);
But I have no idea what other code is needed.
To be honest I assumed this would have been a fairly common script being used for the same purpose I am, to make buttons to open commonly used template projects, but it seems no one has ever mentioned their script for this online.
Does anyone know what the full script might look like around this?
Thanks in advance.