Running SSD from command line, "automatisation"

Is it possible to run SSD from command line (Windows command prompt window) for specific project? I mean open SSD window, load pointed task, perform project calculation and close SSD window. Syntax
“C:\Program Files\SOFiSTiK\2022\SOFiSTiK 2022\ssd.exe” DIR+project.sofistik" starts SSD module and open project. Are there any switches corresponding “calculate all” / “save project” and “exit” commands?

Regards.

SSD is only a GUI holding the other programs together.
The actual program doing the calculation is wps.exe and it has a batch counterpart sps.exe

You run a calculation with the following syntax (assuming the batch file is in the project folder):
“C:\Program Files\SOFiSTiK\2024\SOFiSTiK 2024\sps.exe” myproject.dat

Don’t know if it works with SSD-files, I mainly work with teddy (dat-files)

Options and flags can be found on the web page below:
https://docs.sofistik.com/2024/en/fea/calculation/special_features_start.html

Thank you! You are right (unfortunately), it doesn’t work work with SSD. But it is good to know there are some “automatisation” possibilities. I need to get familiar with teddy coding.

Regards.