Automate Windows Tasks with AutoHotkey Automatizzare task di Windows con AutoHotkey

Posted on March 22, 2008 at 6:07 am Posted on March 22, 2008 6:07 am

If you are given two choices: one is to complete a task manually and another is to let a computer automatically do it for you, which one would you choose? Se si è dato due scelte: una è quella di completare un compito manualmente e un altro è quello di lasciare un computer automaticamente farlo per voi, che si sceglierebbe? The second choice obviously! La seconda scelta, ovviamente! This is because the computer was created to automate lame, repetitive tasks, such as computing mathematical problems, payroll calculations etc. Questo è dovuto al fatto che il computer è stato creato per automatizzare zoppi, compiti ripetitivi, come ad esempio problemi di calcolo matematico, buste paga, ecc calcoli

A computer is not really smart, so you have to program it first before it can complete a job for you. Un computer non è davvero intelligente, in modo da avere un programma di prima, prima di poter completare un lavoro per voi. Having said that, one useful freeware that can help you to automate Windows tasks with simple scripted instructions to do your bidding is Detto questo, un utile freeware che può aiutarlo ad automatizzare i compiti di Windows con un semplice script istruzioni per fare la tua offerta è AutoHotkey AutoHotkey .

How AutoHotkey Works Come funziona AutoHotkey

AutoHotkey is a free, open-source utility for Windows that can automates almost any task by sending keystrokes and mouse clicks to your computer . AutoHotkey è un open-source gratuito programma di utilità per Windows che possono automatizzare quasi ogni compito inviando combinazioni di tasti e click del mouse per il computer. It allows you to do a simple tasks such as creating custom hotkeys for launching applications to complex tasks such as monitoring your computer system for unwanted applications. Permette di effettuare una semplice attività, quali la creazione di tasti di scelta rapida personalizzati per il lancio di applicazioni complesse come il monitoraggio del sistema del computer per applicazioni indesiderate.

To create a simple task, you need to enter a few commands inside a text editor and save it in .ahk extension. Per creare una semplice operazione, è necessario inserire alcuni comandi all'interno di un editor di testo e salvarlo in formato. Ahk estensione. Next, double click the .ahk file to run AutoHotkey inside the system tray so you can start executing this task based on what you have written inside the file. Poi, fate doppio clic. Ahk file per eseguire AutoHotkey all'interno del vassoio del sistema in modo da poter avviare l'esecuzione di questo compito in base a ciò che avete scritto all'interno del file. Multiple AutoHotkey scripts can be run simultaneously so you can load as many scripts as you want. Multiple AutoHotkey script possono essere eseguiti simultaneamente in modo da poter caricare il maggior numero di script che desideri. Don’t worry, you don’t have to be a programming guru to create a simple script - check out Non preoccupatevi, non è necessario essere un guru di programmazione per creare un semplice script - check out AutoHotkey’s Quick Tutorial AutoHotkey veloce tutorial to get a better idea on how AutoHotkey works. Per avere una migliore idea di come AutoHotkey opere.

Campione-autohotkey istanza in esecuzione -

Things You Can Do with AutoHotkey Cose che si possono fare con AutoHotkey

AutoHotkey unleashes the power to automate Windows tasks by providing these features: AutoHotkey scatena la capacità di automatizzare le funzioni di Windows, fornendo queste caratteristiche:

  • Create hotkeys for keyboard, mouse, even joysticks! Crea tasti di scelta rapida per tastiera, mouse, joystick, anche! You can use almost any key or combination of keys on the keyboard if you wish so. È possibile utilizzare praticamente qualsiasi tasto o combinazione di tasti sulla tastiera, se lo si desidera. For example, you can create a script to launch several Windows programs at once by pressing a single shortcut key. Ad esempio, è possibile creare uno script per lanciare diversi programmi di Windows in una sola volta, premendo un unico tasto di scelta rapida.
  • Use AutoHotkey as a typing tool . AutoHotkey utilizzare come strumento di battitura. For example, a simple command like ::btw:: allows you to expand the “ by the way ” phrase by typing it’s btw abbreviation from any text editor. Per esempio, un semplice comando come:: btw:: ti permette di espandere il "dal modo in cui" la frase digitando è btw abbreviazione da qualsiasi editor di testo.
  • Remap keys and button on your keyboard , mouse or joysticks. Remap chiavi e pulsante sulla tastiera, mouse o joystick. For example, the RAlt::RButton command allows you to mimic a right click mouse press action to the Right Alt key on the keyboard. Per esempio, la RAlt:: RButton comando permette di mimare un click destro del mouse premere azione per il destro tasto Alt sulla tastiera. Therefore, you can now find better usage for your idle function keys (F1 to F12)! Pertanto, è ora possibile trovare un migliore utilizzo per la sua inattività tasti funzione (F1-F12)!
  • Convert a script to an EXE file so you can bring your script to another computer without AutoHotkey installed and run it there. Convertire uno script a un file EXE in modo che tu possa portare il vostro script a un altro computer senza AutoHotkey installato e lanciarlo.

Ahk-to-exe-file-strumento di conversione -

  • Controls music volume - increase, decrease, mute etc. for any sound card. Controlli volume della musica - aumento, diminuzione, ecc mute per qualsiasi scheda audio.
  • Use your keyboard as your joystick or mouse - Linux command line geeks will absolutely love this. Con la tastiera, joystick o il vostro mouse - linea di comando di Linux geeks sarà assolutamente questo amore.
  • Retrieve and change Windows clipboard contents. Recuperare e modificare il contenuto degli appunti di Windows.
  • Disable or change the default Windows shortcut keys to your preferences. Disattivare o modificare i tasti di scelta rapida predefinito di Windows le vostre preferenze.
  • Create a macro to record your current action (with Macro Recorder) for later use - useful for completing repetitive computer tasks, on demand or automatically. Creare una macro per registrare la vostra attuale azione (con Macro Recorder) per un uso successivo - utile per il completamento di compiti ripetitivi computer, su richiesta o automaticamente. If you make some mistakes while scripting a task, the Syntax Checker is there to help. Se fate qualche errore di scripting, mentre un compito, la sintassi di Controllo è lì per aiutare.

The possibilities of things that you can do and automate with AutoHotkey are endless. La possibilità di cose che si possono fare e automatizzare con AutoHotkey sono infinite. Another good use that I can find for AutoHotkey is to reuse idle keyboard keys to run a program that provides limited hotkey support. Un altro buon uso che io possa trovare per AutoHotkey è inattivo di riutilizzare i tasti della tastiera per eseguire un programma che fornisce il supporto limitato di tasti di scelta rapida. You may find AutoHotkey a little bit daunting at first but with an extensive manual and AutoHotkey è possibile trovare un po 'scoraggiante al primo impatto, ma con un ampio e manuale active AutoHotkey user forum AutoHotkey forum utenti attivi , this freeware can work wonders for your computer. , Questo può funzionare meraviglie freeware per il tuo computer. Download AutoHotkey Download AutoHotkey and automate your Windows today! E automatizzare il vostro Windows oggi!

This is a guest post by Syahid A. from Questo è un post da ospite Syahid da A. TechMalaya TechMalaya

Tags: Tag: , , , ,

If you enjoyed this post, make sure you Se si godeva questo post, assicuratevi di subscribe to my RSS feed Iscriviti al mio feed RSS ! !

» Filed Under Archiviato in » Free Software Downloads Download di software libero

Related Posts Related Posts

Please post your comments/suggestions! Invia i tuoi commenti / suggerimenti!