Well, as it is... the Ctrl Alt L to launch and rename the wow windows suddenly stopped working, I have no idea why, i haven't changed anything. it was working last night and when I woke up this morning it wasn't.

I'd appreciate a response on this seeing as my last request got unanswered.

I'm using HotKeyNet
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "F:\World of Warcraft\WoW.exe">
<RenameTargetWin %2%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local WoW1>
<LaunchAndRename Local WoW2>