I have been trading live on Interactive Brokers with Zorro.

Unfortunately, my laptop crashed and burned - nearly to ashes...

Obviously, the open lives trades stated on the IB platform - is it possible somehow to re-reconnect those trades with Zorro again so that Zorro continues to manage them?

I see in the documentation a function

brokerTrades (int Filter): int,
Call the GET_TRADES command. Cancel all currently open trades, and replace them with the open positions on the broker account (if any).
https://manual.zorro-project.com/brokercommand.htm

Could this function be helpful in re-creating the .trd file?

Maybe there is an example script somewhere for this task?