Close
Showing results 1 to 10 of 11

Hybrid View

  1. #1

    Default

    Quote Originally Posted by dpayne2841 View Post
    Switch the wow1 <-> wowa around same for wow2 <-> wowb. The secondary or as I call them shadow windows will be renamed first.



    For the second exmaple, this one you're sending numbers to the first computer then alphabet to the second computer, the first example should be the correct way if I'm not mistaken.

    I changed the script as suggested

    Code:
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //-----------------------------------------------------------
    // Command version of the same function to rename all of the World of Warcraft Windows
    <Command RenameAllWindows>
    <SendPC local>
    <RenameWin "World of Warcraft" WoWa>
    <RenameWin "World of Warcraft" WoW1>
    <SendPC 10.0.0.141>
    <RenameWin "World of Warcraft" WoWb>
    <RenameWin "World of Warcraft" WoW2>

    everything connects with no errors again till you press a key

    Code:
    From this pc: <SendWinM WoW1><Key Plus><SendWinM WoW2><Key Plus>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key Plus> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key Plus> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key H><SendWinM WoW2><Key H>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key H> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key H> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key N><SendWinM WoW2><Key N>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key N> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key N> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key K><SendWinM WoW2><Key K>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key K> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key K> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key C><SendWinM WoW2><Key C>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key C> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key C> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key H><SendWinM WoW2><Key H>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key H> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key H> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key N><SendWinM WoW2><Key N>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key N> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key N> failed: no window is targeted
    
    
    From this pc: <SendWinM WoW1><Key G><SendWinM WoW2><Key G>
    <SendWinM WoW1> failed: Could not find window "WoW1"
    <Key G> failed: no window is targeted
    <SendWinM WoW2> failed: Could not find window "WoW2"
    <Key G> failed: no window is targeted
    Last edited by MiRai : 09-12-2018 at 10:10 AM Reason: Formatting - Use [CODE] tags

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •