I think I will stick to HKN. It seems very flexible, the scripting is a more interesting approach and not something that would scare me off.

Quick question.

I want to launch both instances of wow windowed. I know that you'd normally pass the "windowed" argument to them, but I'm not sure how to pass it in HKN.

Code:
<Command LaunchAndRename>
   <SendPC %1%>
  	<Run "c:\Program Files\World of Warcraft\WoW.exe">
    	<RenameTargetWin %2%>
How do you pass command line arugments in HKN?

thanks for all your help so far.