我想创建一个脚本来打开 Windows 应用程序以执行某些任务。
应用是PTC的完整性,
我想编写一个脚本来打开项目(通过唯一的项目 ID)并更改其中一个属性的值并保存它。
我的脚本应该执行的任务:
1. Open the application.
2. Open the document using ID.
3. Open the Item via provided ID.
4. Assign a new value to the attribute provided by the script.
我想知道我应该使用哪种脚本语言来完成上述任务。可以通过 VBA 或 Perl 或 Python 等来完成吗?因为我是新手,所以我愿意接受好的建议。
注意:我以前在 AutoIT 工作过。所以,让我知道它是否对 PTC Integrity Automation 有用。