标签: windows powershell
文件夹/文件结构:
main\exe1Folder\exe1.exe --config asdf1.txt main\exe2Folder\exe2.exe --config asdf2.txt
当前文件夹:主
如何使用Powershell脚本在文件夹main中运行这两个可执行文件,同时让可执行文件在自己的文件夹中实现自己的配置文件?