Community Forums Archive

Go Back

Subject:Launching scripts from the command-line
Posted by: shanksworthy
Date:6/26/2008 12:15:30 PM

This might have been covered before, but how do I launch a script in Sound Forge from the command-line? Seems like it would be a pretty simple task but I can't seem to find a list of Sound Forge's command-line arguments anywhere.

Subject:RE: Launching scripts from the command-line
Reply by: ForumAdmin
Date:6/26/2008 2:35:35 PM

-SCRIPT:path
-SCRIPTARGS:arguments

The argument format is name=value pairs separated by ampersands (same as the script editor window's "Script Args:" edit box).

Example:

"C:\Program Files\Sony\Sound Forge 9.0\forge90.exe" -SCRIPTARGS:"arg1=val1 & arg2=val2" -SCRIPT:"c:\scripts\myscript.cs"

J.

Go Back