Start Dynamo with Revit

Hi, is there a way to start Dynamo each time Revit starts?

Try this in a .bat file and point your revit launching shorcut to it

palce the .bat file at the root on your HD

 


@echo off

cd "C:\Program Files\Autodesk\Revit Architecture 2013\Program\"
start /max Revit.exe
cd "C:\Autodesk\Dynamo\Core\"
start /max DynamoSandbox.exe


thanks but it does not work. as sandbox, references are missing, and it’s not pointing to the document. I will look in the API documentation.

I’m not sure if it’s possible to start it automatically. However you can always add a keyboard shortcut, so that you don’t have to go to the add-in tab every time.

2014-06-04_174748

 

 

 

 

 

 

 

 

Hope that helped Julien!

yes sure! thx. my query is more about users, as I want to learn them everyday use of dynamo. revit starts so dnamo starts. should be possible as other addin do so. will look later at this.

des pistes