Community Forums Archive

Go Back

Subject:COM Server
Posted by: korigan
Date:4/8/2005 12:07:10 AM

Hello,

Is it possible to use SounForge as a COM server. I mean can I create
a server in my .NET code to open a SoundForge instance then start a script rather than open Sound Forge and execute manually a script ?

Thanks for help

Subject:RE: COM Server
Reply by: jetdv
Date:4/8/2005 6:39:16 AM

You can start SF8 from a command prompt/batch file and have it automatically start a script as follows:

"Forge80.exe" /Script:"RenderScript.js?arg1=value&arg2=value&etc=whatever"

Go Back