I'm wanting to use Phil Harvey's Exif Wrapper tool inside of a vegas script. I'm fairly certain I can setup an external process and get things working, but I would like to use a C# wrapper that I found. The wrapper works find on its own, but getting vegas to recognize it doesn't seem to work.
Thanks Marco. I'm able to do something similar in C#. I can start a separate process that will execute my .exe. However, I'm trying to use a wrapper that calls the .exe exclusively through Vegas, that way I don't have to start a separate process.