Close
Showing results 1 to 9 of 9

Threaded View

  1. #6

    Default

    Yes this is what I came up with should work?

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

    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
    <LaunchAndRename Local "c:\Program Files\WoW5\WoW.exe"WoW5>
    <LaunchAndRename Local "e:\WoW4\WoW.exe"WoW4>
    <LaunchAndRename Local "e:\WoW3\WoW.exe"WoW3>
    <LaunchAndRename Local "e:\WoW2\WoW.exe"WoW2>
    <LaunchAndRename Local "e:\WoW1\WoW.exe"WoW1>

    <ResizeAndPosition Local WoW1 1300 1050 0 0>
    <ResizeAndPosition Local WoW2 380 262 1300 0>
    <ResizeAndPosition Local WoW3 380 262 1300 262>
    <ResizeAndPosition Local WoW4 380 262 1300 524>
    <ResizeAndPosition Local WoW5 380 262 1300 784>


    Thats what I was looking for.
    Last edited by Boss : 08-29-2009 at 03:43 PM

Posting Rules

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