Quote Originally Posted by 'Katharsis',index.php?page=Thread&postID=81090#pos t81090
HotkeyNet will assign a name to an instance of WoW even if it is running in fullscreen windowed mode. In the code segment below HotkeyNet cycles through the instances of WoW and renames each one.

<Hotkey Ctrl N>
<Rename "World of Warcraft" WoW1>
<Rename "World of Warcraft" WoW2>
<Rename "World of Warcraft" WoW3>
<Rename "World of Warcraft" WoW4>
<Rename "World of Warcraft" WoW5>

<Hotkey F1>
<Toggle WoW1 WoW2 WoW3 WoW4 WoW5>

NICE! Thanks for the info, this will be part of my setup from now on.


So For MY usage, I'd make something like this, and I run all on the same box, so I'd need the <SendPC Local> lines right??

Code:
<Hotkey NUMPAD9>
	<SendPC local>
    	<Rename "World of Warcraft" wow1>
    	<Rename "World of Warcraft" wow2>
	<Rename "World of Warcraft" wow3>

<Hotkey F1>
	<SendPC local>
	<Toggle WoW1 WoW2 WoW3>