2025-01-06 10:35 AM
Happy new year everyone!
I want to reliably open Archicad windows / projects from script.
Is there a list of the avalible commad line parameters you can pass to archicad.exe?
My aims:
Solved! Go to Solution.
2025-04-18 10:56 PM
I have solved the issue, and impledmented it to my package since posting the question.
You can now open teamwork projects with user-provided credentails with Multiconn Archicad.
From latest relese:
Added 2 new actions to help manage open ArchiCAD instances:
Created a DialogHandler package. When creating a MultiConn instance, you can now supply a DialogHandler instace. DialogHandlers are platform dependent. Currently implemented Handlers:
The dialog handlers recive a dialog_handler_factory. factorys are palatform AND language dependent. Currently implemented factorys:
Conn Headers can now be saved to disk, and be loaded back up later. This allows users to create scripts that open up a lot of ArchiCAD windows one-by-one to executes commands. Passwords are not stored, it must be provided after loading data.
2025-01-06 12:12 PM
This package you are developing looks very interesting and helpful.
i unfortunately don’t gave have any answers for you though.
ive always wanted to be able to open teamwork files from command line though but have not been able to with it out myself.
I did discover if you open a teamwork file from the recent file list (File>Recent) and check the resulting processes executed command line in task manager there are a multitude of additional arguments relating to the teamwork server address, GUID of the teamwork file etc. I attempted to reverse engineer it but had no luck.
2025-01-10
09:51 PM
- last edited on
2025-01-12
03:00 PM
by
Laszlo Nagy
Nice find about the parameters when opening recent files! I could not make any sense of it either, but interesting 🙂
I have found an answer from @Tibor Lorantfy to opening Teawork files browsinf Tapir's Discord.
Not a 100% what I was searching for, but close enough. He talks about the GetProjectLocation Tapir command.
You are not able to open a teamwork project within an already running Archicad instance, but you can start a new Archicad which will open the given teamwork project
This topic has became the official source of command line parameter related information according to ChatGPT
2025-04-18 10:56 PM
I have solved the issue, and impledmented it to my package since posting the question.
You can now open teamwork projects with user-provided credentails with Multiconn Archicad.
From latest relese:
Added 2 new actions to help manage open ArchiCAD instances:
Created a DialogHandler package. When creating a MultiConn instance, you can now supply a DialogHandler instace. DialogHandlers are platform dependent. Currently implemented Handlers:
The dialog handlers recive a dialog_handler_factory. factorys are palatform AND language dependent. Currently implemented factorys:
Conn Headers can now be saved to disk, and be loaded back up later. This allows users to create scripts that open up a lot of ArchiCAD windows one-by-one to executes commands. Passwords are not stored, it must be provided after loading data.
2025-04-18 11:15 PM
Wow! This looks awesome! Definitely need to set some time aside to have a play with this. Looks like the perfect tool for bulk automation!