hi Quadko,
well, this is NO problem at all. Only a time problem of me

Its late in Germany (and I have kids) and I got no more time, BUT I made a macro YOU can enhance easily.
I just saved the first line to test12.cmd.
Just enhance the macro yourself by following my "starter".macro.
Adopt the 2nd line also and put this stuff in a loop and you're done.
- Code: Select all
InsertMode
ColumnModeOff
HexOff
PerlReOn
Top
Clipboard 1
StartSelect
Key Ctrl+RIGHT ARROW
Copy
EndSelect
Key RIGHT ARROW
Key RIGHT ARROW
Clipboard 2
StartSelect
Key END
Copy
NewFile
"SetupTest.exe /name="
Clipboard 1
Paste
"
"
Clipboard 2
Paste
"
Record "
Clipboard 1
Paste
"
cleanup.exe
"
Clipboard 1
SaveAs "C:\test^c.cmd"
CloseFile
<now move down to second line and do almost the same.>
<repeat that until EOF. >
OUTPUT:
SetupTest.exe /name=12
"RunEngine1.exe test1.xml >> output.txt"
Record 12
cleanup.exe
rds Bego