Todos os dias oferecemos software com licenças GRATUITAS que do contrário você teria que comprar!

Easy Macro Recorder 3.81 Giveaway
$29.95
EXPIRADO

Giveaway of the day — Easy Macro Recorder 3.81

Easy Macro Recorder é uma ferramenta útil que automatiza tarefas tediosas e repetitivas no computador.
$29.95 EXPIRADO
avaliação do usuário: 170 1 comentários

Easy Macro Recorder 3.81 esteve disponível como oferta em 20 de março de 2010

Giveaway of the Day de Hoje
$69.00
grátis hoje
Recorte imagens perfeitamente, monte-as ordenadamente e remova elementos que distraem!

Easy Macro Recorder é um utilitário que faz seu computador cumprir tarefas automaticamente por você. Ele grava todos os movimentos do mouse e teclado e os salva como macros, depois o Easy Macro Recorder pode ativar os macros armazenados para automatizar o seu trabalho quantas vezes você precisar. Funciona em qualquer aplicativo do Windows.

Easy Macro Recorder é muito fácil de usar, são apenas três passos: gravar, salvar e tocar. Não requer nenhuma experiência de programação.

Principais recursos:

  • Grava todos os movimentos do mouse e teclado de qualquer aplicativo do Windows.
  • Repete os macros quantas vezes for necessário.
  • Permite que você execute tarefas tediosas ou que consomem tempo sem que você realmente tenha que fazê-las.
  • Estipule um horário para ativar seus macros.
  • Editor de macros fácil de usar e com diversos comandos.
  • Fácil de usar e não necessita de conhecimento em programação.

Requisitos do Sistema:

Windows 98, SE, ME, NT, 2000, XP, 2003, Vista and 7; Pentium 166MHz or higher; 32 MB RAM (64 MB recommended) plus 3 MB HD space for installation

Publicado por:

GoldSolution Software

Página Oficial:

http://www.flashplayerpro.com/MacroRecorder/

Tamanho do arquivo:

2.38 MB

Preço:

$29.95

GIVEAWAY download basket

Developed by Informer Technologies, Inc.
View, manage, encrypt, pack, and unpack archive files.
Heal up your system and speed up your PC with the help of 25.
Developed by IObit

Comentáriosrios do Easy Macro Recorder 3.81

Thank you for voting!
Please add a comment explaining the reason behind your vote.
#1

Mais um programa para gravar macros comandos e este me pareceu superior ao anterior, ofertado no início de Fevereiro.
Instalei e gostei, fiz minha tradicional análise no Blog.
Notei que o GAOTD voltou a oferecer jogos no final de semana, bom ver esta prática retornar.

Responder   |   Divino C R Leitão  –  14 years ago  –  Você achou esse comentário útil? sim | não (0)
Adicionar comentário
Melhores comentários em inglês
#5

The Good
* Very easy to use.
* Has a macro editor if you want to create macros manually or edit them.
* Records mouse and keyboard strokes.
* You can choose what speed you want the macros to playback in.
* You can loop macros if need be.

The Bad
* You can't assign hotkeys to run each individual macro.
* Mouse movements/strokes are based off coordinates instead of program recognition.
* Default location to save macros to can't be changed.
* Can't record movements/strokes by the mouse scroll wheel.

Free Alternatives
Do It Again

For final verdict, recommendations, and full review please click here.

Ashraf  –  14 years ago  –  Você achou esse comentário útil? sim | não (+66)
#4

I've had the program installed since it first showed here, but I never used - that is until I got into playing one of the FB games. At one point when I got more seriously into the game it came in very, but very handy! It easy to use and does what it's supposed to do.
There is just one thing bugging me: Sometimes a little "record" popup appears in the right-hand corner and it blocks everything else, no way to record the darn mouse movements, darn nothing until I kill it and end up doing things manually. It fixes itself re-booting the computer and starting out fresh, but well, seriously, that can't be the solution. I've even written to them about it, but never got an answer.
And at it, can't use it in full screen mode either.

alexSJ  –  14 years ago  –  Você achou esse comentário útil? sim | não (+11)
#3

@James Smoksweedingswerth - Ashraf said, "Mouse movements/strokes are based off coordinates instead of program recognition."

I may be wrong, but I interpret that to mean that the mouse movements are locked to the screen position, regardless of the program window that may or may not be underneath the mouse at the time.

I have been using QuicKeys for Windows (v4 is only out for Mac so far, Windows is at v3) for many years. In that, every mouse movement coordinate, both start and stop, you have the choice of specifying the location by absolute screen position, relative to the frontmost window, or relative to a selected window. That means you do NOT have to have all your windows in exactly the same positions to replay a macro as you did when you recorded/edited it. The price of QuicKeys for Windows has come down in the past few years. My employer bought my first one for $100. It's now down to $60. For XP, I don't know about Vista or W7.

QK has a good recorder and a pretty good editor, although it assigns various building-block actions to categories that I don't always find intuitive.

AutoIt3 is a free Macro program that will compile macros into EXEs so you can share them without the other user needing to install the program. It's widely used and has a detailed helpfile and large community-based support forums. It's compatible with Vista and W2008. AutoIt3 allows you to create your own GUI. There's a sample image that shows all the types of controls it can create at http://www.autoitscript.com/autoit3/docs/images/SampleGuiScreenshot.png

The basic AutoIt3 does not record, but a separate program, Au3Recorder will.

I like the way QK lets you set the context for a hotkey so you can have the same hotkey (my favorite is Alt+/) do different things depending on what program window is active. To do the same thing in AutoIt3, the hotkey runs the corresponding script and you have to program a test case to determine which window is active, then run that script module. That would mean that basically all of my Alt+/ scripts would have to be in the same file into which I would add a module to add an Alt+/ action for another program.

AutoIt3 is more like programming in Basic; QuicKeys is more list-based, user friendly. The learning curve for Au3 is like any programming language. QK will let you be making macros in a few minutes. If time is money, QK is worth it.

On the other hand Au3 is EXTREMELY powerful. If increased power is worth the learning curve, Au3 is very worth it.

I have only just started with Au3 and have not been able to determine if it natively supports absolute vs. relative mouse positions. However, since you always know the coordinates of the active windows, you can program a function to do the relative conversion for you. Doable, but much harder for novices than the checkbox in QK.

I hope this helps,
August

August  –  14 years ago  –  Você achou esse comentário útil? sim | não (+8)
#2

#8 If you had actually tried the program, you would realize what Ashraf said was quite correct. If you record a 'macro' with an open program and then move the programs window to a different location and run the replay macro, it does not execute correctly. The program should save the window name and also adjust the x,y co-ordinates to the actual window settings.

Please do not be critical when you don't know what you are talking about! Also don't comment unless you actually try the GIVEAWAY, it doesn't provide any 'added value'!! Anyone who comments without trying, gets an automatic thumbs down from me and hopefully any other sensible person does the same. We don't want to know if you have no need of a certain program.

Ebax  –  14 years ago  –  Você achou esse comentário útil? sim | não (+7)
#1

While I have no use for this program I did try it out anyway. I can almost agree with all statements above. It is a decent program but there are better free alternatives also. The comment that I can not agree with would be where the author concludes that the program is useless because it took it 15 seconds to playback a useless macro that in no way is a test of the program like the author believes it is. So I do not understand why the length it takes to complete the macro is of relevance especially when you could schedule these macros to run at a given time maybe when you are not there to perform some task. I am sorry but stupidity is annoying and the truth of the matter is that the program most likely had more sense than you and knew that this utterly stupid "test" was useless. Again I am sorry for my rambling.

iseestupidity  –  14 years ago  –  Você achou esse comentário útil? sim | não (+6)

ofertas de hoje de iPhones »

Luca - Photo Editor & Filters Giveaway
Luca is the perfect app for photo editing.
$0.99 ➞ grátis hoje
Medieval Animal Stickers Giveaway
For those of us who can appreciate weird and funny drawings, these stickers can’t fail to fascinate.
$0.99 ➞ grátis hoje
enhanceAl Giveaway
enhanceAI will vastly improve less-than-ideal images and add incredible detail with our optional Super Resolution.
$2.99 ➞ grátis hoje
Python Coding Giveaway
Python Coding with numpy, pandas, sklearn, matplotlib and statsmodel.
$1.99 ➞ grátis hoje
Om Namah Shivay - Listen To Aarti and Mantra Audio Giveaway
Om Namah Shivay. You can listen to Om Namah Shivay aarti dedicated to Lord Shiva with this app.
$2.99 ➞ grátis hoje