Downloads:
4,989
Downloads of v 5.4.1:
500
Last Update:
25 Sep 2021
Package Maintainer(s):
Software Author(s):
- Rodolfo U. Batista
Tags:
ahk automation recorder script generator admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Pulover's Macro Creator
- 1
- 2
- 3
5.4.1 | Updated: 25 Sep 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,989
Downloads of v 5.4.1:
500
Software Author(s):
- Rodolfo U. Batista
Pulover's Macro Creator 5.4.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Rodolfo U. Batista. The inclusion of Rodolfo U. Batista trademark(s), if any, upon this webpage is solely to identify Rodolfo U. Batista goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator TheCakeIsNaOH on 25 Sep 2021.
This package is unlisted and hidden from package listings.
macrocreator
Pulover's Macro Creator is a free automation tool and script generator based on AutoHotkey language.
It features a large range of automation commands, has a built-in recorder and can capture inputs in its interface.
The macros can be executed from the program itself or you can export them to AutoHotkey Script format.
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
[](https://chocolatey.org/packages/macrocreator) [](https://chocolatey.org/packages/macrocreator)
## macrocreator
Pulover's Macro Creator is a free automation tool and script generator based on AutoHotkey language.
It features a large range of automation commands, has a built-in recorder and can capture inputs in its interface.
The macros can be executed from the program itself or you can export them to AutoHotkey Script format.
[Features](https://www.macrocreator.com/features/)
[Screenshots](https://www.macrocreator.com/screenshots/)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [](https://www.patreon.com/tunisiano)
$ErrorActionPreference = 'Stop'
import-module au
$releases = 'https://github.com/Pulover/PuloversMacroCreator/releases'
function global:au_SearchReplace {
@{
"$($Latest.PackageName).nuspec" = @{
"(\<dependency .+?`"$($Latest.PackageName).install`" version=)`"([^`"]+)`"" = "`$1`"[$($Latest.Version)]`""
}
}
}
function global:au_GetLatest {
$url32 = "https://github.com$($((Invoke-WebRequest -Uri $releases -UseBasicParsing).Links | Where-Object {$_.href -match "-setup.exe"} | Select-Object -First 1).href)"
$version = $url32 -split 'v|/' | select-object -Last 1 -Skip 1
$tags = Invoke-WebRequest 'https://api.github.com/repos/Pulover/PuloversMacroCreator/releases' -UseBasicParsing | ConvertFrom-Json
if($tag.tag_name -match $version) {
foreach ($tag in $tags) {
if($tag.prerelease -match "true") {
$clnt = new-object System.Net.WebClient;
$clnt.OpenRead("$($url32)").Close();
$date = $([datetime]$clnt.ResponseHeaders["Last-Modified"];).ToString("yyyyMMdd")
$version = "$version-pre$($date)"
}
}
}
return @{ URL32 = $url32; Version = $version }
}
update-package -CheckSumFor 32
Log in or click on link to see number of positives.
- macrocreator.5.4.1.nupkg (c22682faa597) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
© 2013 Rodolfo U. Batista
Program
Package
- Automatically built and uploaded by tunisiano
- Package not up-to-date after a few days ? Create an issue
-
- macrocreator.install (= 5.4.1)
Ground Rules:
- This discussion is only about Pulover's Macro Creator and the Pulover's Macro Creator package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Pulover's Macro Creator, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.