Hello,
Is it possible to run vegas that will auto invoke script and that script will read parameters provided during vegas invocation?
To expand more on the topic I want to do something like this:
vegas.exe -SCRIPT:myScript.cs "path/to/file.veg" "path/to/media/directory"
and inside script "myScript.cs" I want to read these 2 passed parameters ("path/to/file.veg" "path/to/media/directory")
What I want to achieve is to write script (can be extension etc.) that will auto update my veg project ("file.veg") with new media (located in i.e. "path/to/media/directory"). In my case because I have multiple veg files in one location that are referring to multiple media in different locations I need a way to pass those parameters.
Thanks in advance for any feedback.
Best regards