标签: windows batch-file cmd informatica informatica-powercenter
我想使用循环自动执行以下命令,其中脚本使用存储库中的原始名称分别将所有工作流程导出到文件夹中。我在想一个脚本,其中使用listobjects命令列出文件夹中的工作流,然后从文本文件的列表中相应地导出工作流。
pmrep listobjects -f %% folder> list.txt
pmrep ObjectExport -o %% object -f %% folder -m -s -b -r -u %% name.xml
对于我来说,批处理脚本是理想的。预先感谢