I was wondering if it is possible to load an executable as a dll in maxscript. I want to execute an exe and the store the return values from the exe, I am using HiddenDosCommand but I have to redirect it to a file and I want to avoid that.
I was wondering if I could load it like the following
dotnet.loadAssembly ("C:\Test.exe")
I tried and I get the following "Runtime error: dotNet runtime exception: Invalid directory on URL."
Any suggestions, greatly appreciated.
Thanks