Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run macro in background
#1
I made following code.
Code:
Copy      Help
rep
    rep(7)
        #region Recorded 2017-08-25 17:55:11
        int w1=act(win("CABAL" "D3D Window"))
        '2              ;; 2
        #endregion
        #region Recorded 2017-08-25 19:41:53
        int w2=act(win("win7 [Uruchomiona] - Oracle VM VirtualBox" "Qt5QWindowIcon"))
        rig 822 284 w2 1 ;;Chromium Render SPU 'Chromium Render SPU'
        rig 822 262 w2 1 ;;Chromium Render SPU 'Chromium Render SPU'
        rig 814 231 w2 1 ;;Chromium Render SPU 'Chromium Render SPU'
        key 2
        key 3
        key 4
        #endregion
        #region Recorded 2017-08-25 19:42:59
        int w3=act(win("CABAL" "D3D Window"))
        'i              ;; I
        rig 913 378 w3 1 ;; 'CABAL'
        'i              ;; I
        rig 977 216 w3 1 ;; 'CABAL'
        rig 985 187 w3 1 ;; 'CABAL'
        rig 977 161 w3 1 ;; 'CABAL'
        #endregion
        ifk(c) break
    key 3
    ifk(c) break
It works fine, but i need to work when it executes (its about hour to make it good). Is there any way to make it background? Im a rookie in macro, I need step by step guide for it. Thanks!
#2
Usually I advise to execute the macro in a virtual PC. There are no other easy and reliable ways. But I see your macro automates a virtual PC window. Then probably there are no ways.


Forum Jump:


Users browsing this thread: 1 Guest(s)