Been tinkering with the idea of having my wow windows set to a special resolution when I open em with HKN. Also would love to have the password written, and loggin button pressed when doing this. Did look around on the hotkeynet forum, but found some codes I tried out, but didnt work out too well :/

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local "c:\Program Files\World of Warcraft\WoW.exe" WoW1>
<LaunchAndRename Local "c:\Program Files\World of Warcraft\WoW.exe" WoW2>
<LaunchAndRename 192.168.10.100 "c:\WoW\WoW\World of Warcraft\WoW.exe" WoW3>
<LaunchAndRename 192.168.10.100 "c:\WoW\WoW\World of Warcraft\WoW.exe" WoW4>
//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH WOW
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<Label w3 192.168.10.100 SendWinM WoW3>
<Label w4 192.168.10.100 SendWinM WoW4>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO ALL FOUR WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Space, A-Z, NumPad0-NumPad9, Plus, Minus, 0-9, F1-F12 except W, A, S, D, R, Z, X, C, B, L, T, G; ScrollLockOn Shift AllMainKeys;>
<SendLabel w1, w2, w3, w4>
<Key %Trigger%>


This is probably the relevant part of my script. What Id like to do is make the script resize my 2 wow windows on local PC, and make em set to 1200 x 980, on top of each other. To my second PC, id love to have em both on 382 x 500, one with an anchor from the top left corner, and the other window right beneath the top window.

Anyone with decent exp with HKN able to throw a few tips my way?

Nikita