Translated by moderator. See below the line for original post.
- Create a DYN
- Create an SRC file with:
; More info about writing script files:
; Help
; Turn off dialog boxes
FILEDIA 0
; Dynamo graph to run. Be sure to include double quotes surrounding the file path if it contains spaces.
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina1.dyn”
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina2.dyn”
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina3.dyn”
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina4.dyn”
; Turn on dialog boxes
FILEDIA 1
; Save
QSAVE - Open
- Fill in the data and execute
Original Post Below
- Crea un DYN
- Crea u archivo SRC con:
; More info about writing script files:
; Help
; Turn off dialog boxes
FILEDIA 0
; Dynamo graph to run. Be sure to include double quotes surrounding the file path if it contains spaces.
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina1.dyn”
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina2.dyn”
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina3.dyn”
AECCRUNDYNAMOSCRIPT “C:\ruta\nombre_de_la_rutina4.dyn”
; Turn on dialog boxes
FILEDIA 1
; Save
QSAVE - Abre
- Llena los datos y ejecuta