Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含多个子图的 Abinitio 图。我需要提取有关图形的以下信息:i/p 文件列表、o/p 文件、i/o 表、查找文件、运行程序等。如何在不手动执行的情况下自动化提取所有图形的过程在 GDE 上。
您可以创建脚本并调用以下命令以获取详细信息:
air sandbox get-required-files air sandbox run $1 -script-only
让我知道这是否可以解决问题。