Comments
-
hi @jaeW_at_Onyx Can you please help on how we can execute the commands inside FOR LOOP. I tried something like below: FOR /F %a in (ids.txt) do @java -jar domoUtil.jar -script test.domo %~a But the script fails to parse arguments and hence the command fails. Thanks, Anurag