Προσφέρουμε καθημερινά ΔΩΡΕΑΝ λογισμικό με άδεια χρήσης, που θα αγοράζατε σε διαφορετική περίπτωση!
Easy Macro Recorder 3.81 ήταν διαθέσιμο ως προσφορά στις 20 Μαρτίου 2010!
To Easy Macro Recorder είναι ένα ευέλικτο εργαλείο που κάνει τους υπολογιστές σας να εκτελούν αυτόματα διάφορες εργασίες για εσάς. Καταγράφει όλες τις ενέργειες του ποντικιού και των πληκτρολογήσεων και τις αποθηκεύει ως macro, στη συνέχεια το Easy Macro Recorder μπορεί να αναπαράγει τα καταγεγραμμένα macro για να αυτοματοποιήσετε την εργασία σας, όσες φορές θέλετε. Δουλεύει με όλες τις εφαρμογές για Windows.
Το Easy Macro Recorder είναι πολύ εύκολο στην χρήση, με τρία μόλις βήματα: εγγραφή, αποθήκευση και αναπαραγωγή. Δεν απαιτεί εμπειρία σε προγραμματισμό.
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
2.38 MB
$29.95
Το Driver Magician προσφέρει μια επαγγελματική λύση για αποθήκευση, επαναφορά και ανανέωση των οδηγών συσκευών σε περιβάλλον Windows. Αναγνωρίζει όλο το εύρος υλικού του συστήματος, βρίσκει τους αντίστοιχους οδηγούς στο σκληρό δίσκο και τους αποθηκεύει όπου εσείς θέλετε.
Το PC Auto Shutdown είναι ένα πολύ χρήσιμο πρόγραμμα, που βοηθά στο αυτόματο κλείσιμο, επανεκκίνηση, αδρανοποίηση, suspend ή έξοδο των υπολογιστών σας, στην προκαθορισμένη από εσάς ώρα. Μπορεί να κλείσει τους υπολογιστές στη καθορισμένη ώρα, αν κανείς δε βρίσκεται σ’ αυτούς ή αν δουλεύουν στον τρόπο εξοικονόμησης ενέργειας. Σας δίνει εναλλακτικές επιλογές καθορισμού του κλεισίματος (πχ. καθημερινά, εβδομαδιαία ή μόνο μια φορά), ώστε να ικανοποιήσει όλες τις ανάγκες σας.
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.
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.
@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
#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.
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.
Το AVG ANTIVIRUS βρίσκει 2 trojan horse μέσα στο .zip
Save | Cancel