Subject:Launch a script from command-line
Posted by: bejj
Date:4/27/2013 7:21:23 AM
Hello, Is it possible to launch a script from command-line ? (I want to run a .cs script). Thanks. |
Subject:RE: Launch a script from command-line
Reply by: bejj
Date:4/29/2013 2:02:45 AM
Any idea of how to launch a script via command-line ? Example : running : "Forge100.exe myscript.cs" doesn't seem to work :( |
Subject:RE: Launch a script from command-line
Reply by: roblesinge
Date:4/29/2013 7:42:32 AM
A simple search of the forum yielded this answer. http://www.sonycreativesoftware.com/forums/ShowMessage.asp?ForumID=27&MessageID=658931 R. |
Subject:RE: Launch a script from command-line
Reply by: bejj
Date:4/30/2013 9:09:23 AM
Thanks a lot! As the command-line command is : Forge100.exe -script:"blablabla.cs" it seems impossible to associate ".cs" with forge100.exe ... Do you think it is possible to associate .cs files with "forge100.exe -script:" ? It doesn't work when I try to do such an association... Message last edited on4/30/2013 9:09:40 AM bybejj. |
Subject:RE: Launch a script from command-line
Reply by: bejj
Date:11/13/2013 5:20:08 AM
Solution : in HKEY_CLASSES_ROOT\cs_auto_file\shell\open\command set Default as : "C:\Program Files (x86)\Sony\Sound Forge Pro xxx\Forgexxx.exe" -script:"%1" |