Close
Showing results 1 to 9 of 9

Threaded View

  1. #9

    Default

    Thats doing what I want just errors when started up have to hit a F1 to get all screens open right after start up.

    Code:
     //-----------------------------------------------------------
    // SUBROUTINE TO RESIZE AND POSITION WINDOWS
    //-----------------------------------------------------------
    
    
    <Command ResizeAndPosition>
       <SendPC Local>
           <SendWin %5%>
              <SetWinSize 1300 1050>
              <SetWinPos 0 0>
              <SetWinRegion 1300 0 380 262>
              <SetWinRegion 1300 262 380 262>
              <SetWinRegion 1300 524 380 262>
              <SetWinRegion 1300 784 380 262>
          <SendWinM %2%>
              <SetWinSize 380 262>
              <SetWinPos 1300 0>     
          <SendWinM %3%>
              <SetWinSize 380 262>
              <SetWinPos 1300 262>     
          <SendWinM %4%>
              <SetWinSize 380 262>
              <SetWinPos 1300 524>     
         <SendWinM %1%>
               <SetWinSize 380 262>
               <SetWinPos 1300 784>
    
    //----------------------------------------------------------------
    //Window Switching
    //----------------------------------------------------------------
    <Hotkey F1>
       <ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
    <Hotkey F2>
       <ResizeAndPosition WoW2 WoW5 WoW3 WoW4 WoW1>
    <Hotkey F3>
       <ResizeAndPosition WoW3 WoW2 WoW5 WoW4 WoW1>
    <Hotkey F4>
       <ResizeAndPosition WoW4 WoW2 WoW3 WoW5 WoW1>
    <Hotkey F5>
       <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
    
    //-----------------------------------------------------------
    // 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>
    <ResizeAndPosition Local WoW2>
    <ResizeAndPosition Local WoW3>
    <ResizeAndPosition Local WoW4>
    <ResizeAndPosition Local WoW5>
    This is just moving main through the order and then only the first to the main screen need help with that.
    Last edited by Boss : 08-29-2009 at 05:36 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
  •