
Search found 21 matches
- 01 Nov 2020, 19:41
- Forum: Pulovers Macro Creator
- Topic: Use OS Architecture for processing
- Replies: 6
- Views: 255
Re: Use OS Architecture for processing
Thanks, I was confused using the interface. I thought I had to add all of the logic using only the Evaluate Expression interface. I never used If statements with PMC before. 

- 01 Nov 2020, 17:40
- Forum: Pulovers Macro Creator
- Topic: Use OS Architecture for processing
- Replies: 6
- Views: 255
Re: Use OS Architecture for processing
Yes, but I don't see how to enter the code into the .pmc macro. Under the if statements, I don't see entries where you can add the logic shown above. The only entry I see is evaluate expression or compare variables I guess you could say I'm confused. 

- 01 Nov 2020, 17:00
- Forum: Pulovers Macro Creator
- Topic: Use OS Architecture for processing
- Replies: 6
- Views: 255
Re: Use OS Architecture for processing
Thanks, but I'm not sure how to translate that using pmc code. I.e.
If A_Is64bitOS == 1 Then (any_x64.exe)
Else (any_86.exe)
End If
If A_Is64bitOS == 1 Then (any_x64.exe)
Else (any_86.exe)
End If
- 01 Nov 2020, 15:36
- Forum: Pulovers Macro Creator
- Topic: Use OS Architecture for processing
- Replies: 6
- Views: 255
Use OS Architecture for processing
Depending on the current OS being 32-bit or 64bit, I would like to launch an app with the respective 32-bit or 64-bit exe
Is there a way to do this with PMC?
Is there a way to do this with PMC?
- 09 Oct 2020, 10:20
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.2.8 - The Complete Automation Tool
I've been using PMC since day one. Glad to see you back after the long hiatus. Great tool.
- 05 Mar 2017, 09:20
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
Use the mouse function in your macro. Right mouse button for a context menu and left mouse button for a normal drop-down
- 03 Mar 2017, 07:59
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
How can I use Pulover's Macro Creator to select an item in a drop-down list? Shift+F10 or the AppKey on your keyboard. Some keyboards no longer have this key so you need to use the shortcut mentioned if that's the case. The Appkey is usually located next to the AltGr key on the right hand side of t...
- 17 Aug 2016, 16:04
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
Is it possible to disable Ctrl+ESC using macrocreator? Edit: I created an .ahk > exe and run that on startup. #NoTrayIcon LWin::Return ; Disable WinKey ^Esc::Return ; Disable Ctrl+Esc <^>!Pause::Suspend, Toggle ; AltGr+Pause will Toggle Hotkeys On/Off <^>!q::ExitApp ; AltGr+q will exit Autohotkey app
- 14 Aug 2016, 18:33
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
I have a .vbs file that sets a variable to either true or false depending whether a network connection is available. Is there any way to query this variable from within the macro? Right now I use RUN to launch the .vbs which creates a file that I check by using If file exist. I would like to avoid c...
- 18 May 2016, 06:15
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.2 - The Complete Automation Tool
Hi Pullover, a couple of observations on my side: Hi click-click, Unchecking the loop option hides it temporarily, but it reappears if you minimize the GUI and then restore it. The loop option in the view drop-down is still unchecked. Noted, I will fix that when I can. As you mentioned, the edit ba...
- 13 May 2016, 06:51
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.2 - The Complete Automation Tool
Hi Pullover, a couple of observations on my side: Unchecking the loop option hides it temporarily, but it reappears if you minimize the GUI and then restore it. The loop option in the view drop-down is still unchecked. As you mentioned, the edit bar does seem a bit problematic in that it is static a...
- 25 Apr 2016, 10:14
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Pulover's Macro Creator v5.0.1 - The Complete Automation Tool
I don't see a difference in icon size when choosing between small/large icons. Go to View -> Icons size -> neither large or small shows a check-mark and the size doesn't change after resetting layout and restarting . I actually liked the old toolbar icon-set better than the flat styled ones used now...
- 01 Sep 2014, 18:16
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.2 - Automation Tool (Recorder & Write
Previously, I've been using 4.1.1 and upgraded to 4.1.2 and one of my install macros is no longer functioning correctly in Win 8.1.1 Looks like the old delimiter problem. 1|Run|RUNDLL32 PRINTUI.DLL``,PrintUIEntry /il|1|0|Run||||| Works fine with 4.1.1. Also, some of the Select options don't work. I....
- 10 Jun 2014, 05:21
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.1 - Automation Tool (Recorder & Write
I'm embarrasedPulover wrote: I mean the Application Key...
It shows the context menu, just like right-click, in most applications.



Thanks ...
- 06 Jun 2014, 09:46
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.1 - Automation Tool (Recorder & Write
Hi again click-click, Well, I did add a way to use middle and lbutton for screenshots, but not for coordinates... Can you use the AppsKey to bring the menu up in this case? :roll: What's the AppsKey? An example of what I'm talking about is: Right click on Taskbar, Move and Click entry "Lock the Tas...
- 04 Jun 2014, 08:27
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.1 - Automation Tool (Recorder & Write
I may be having a senior moment, but how does one select the coordinates from a context menu that requires a right mouse-click to show the menu? Not a problem if the menu can be shown with left-click, but some menus require a right-click which is the macrocreator trigger to save the coordinates. I n...
- 07 Mar 2014, 06:09
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.1 - Automation Tool (Recorder & Write
I am trying to combine 2 macros. I open the first one, then import the 2nd one. Select all on the 2nd macro and use copy to macro1. The problem
is that none of the comments are being copied over. Is this the right way to combine macros?
is that none of the comments are being copied over. Is this the right way to combine macros?
- 22 Jan 2014, 12:45
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.1 - Automation Tool (Recorder & Write
I'm getting a crash when I try and open a simple macro in XP. Note the extra green Checkmarks beside the checkboxes. Hummmm... I'll have to check that... not sure when but I'll put it in the list. The error is sporadic and is not specific to a certain macro. I recently opened another macro that cra...
- 22 Jan 2014, 06:24
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.1 - Automation Tool (Recorder & Write
I'm getting a crash when I try and open a simple macro in XP. Note the extra green Checkmarks beside the
checkboxes.
checkboxes.
- 03 Nov 2013, 08:02
- Forum: Pulovers Macro Creator
- Topic: Pulover's Macro Creator v5.3.9 - The Complete Automation Tool
- Replies: 1177
- Views: 750719
Re: Macro Creator v4.1.0 - Automation Tool (Recorder & Write
Okay, thanks. If I were you, I wouldn't bother with the launcher. Anyone downloading the portable version should know if he wants to use x86 or x64. It's just an additional front-end program that needs to be tested and IMHO isn't worth the trouble for what it does. Now that I know its purpose, I wil...