【发布时间】:2010-11-03 18:05:23
【问题描述】:
我有目录结构:
DIR
|-component_name
|-source
|-setup.exe
|-another_component_name
|-source
|-setup.exe
|-yet_another_component_name
|-source
|-setup.exe
and so on...
在像“component_name”这样的每个目录中,我都有setup.exe 文件,它将当前组件安装到Delphi 中的调色板组件中。我需要制作DIR/setup.bat 文件,该文件将在DIR 的每个组件目录中依次启动setup.exe。
提前谢谢你。
【问题讨论】:
标签: batch-file scripting