Automate Windows Tasks with AutoHotkey自動化的Windows任務autohotkey

Posted on March 22, 2008 at 6:07 am發布於2008年3月22日在上午06時07分

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?如果給你兩個選擇:其一是完成一項工作的手動和另一個原因是,要讓電腦自動這樣做對你來說,哪一個你會選擇嗎? The second choice obviously!中策顯然! This is because the computer was created to automate lame, repetitive tasks, such as computing mathematical problems, payroll calculations etc.這是因為,計算機製造自動化跛腳,重複的任務,如計算數學問題,薪資計算等。

A computer is not really smart, so you have to program it first before it can complete a job for you.電腦是不是很聰明,所以你不得不程序,它第一次,然後才可以完成一個適合您的工作。 Having said that, one useful freeware that can help you to automate Windows tasks with simple scripted instructions to do your bidding is話雖如此說,其中一個有用的免費軟件,可以幫助您自動完成的Windows任務簡單腳本的指示,做您的出價是 AutoHotkey autohotkey .

How AutoHotkey Works如何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是一個自由,開放源碼的公用設施,為窗口,可以自動完成幾乎任何任務,通過發送按鍵和鼠標點擊到你的電腦 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.它允許你做一個簡單的任務,如創建定制熱鍵,為開展應用到複雜的任務,如監視您的計算機系統,不想要的應用程序。

To create a simple task, you need to enter a few commands inside a text editor and save it in .ahk extension.創建一個簡單的任務,你需要輸入幾個命令,在一個文本編輯器並保存在。華民延期。 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.接下來,雙擊。華民檔案運行autohotkey體制內托盤,讓你可以開始執行這項任務的基礎上,你寫了內部檔案。 Multiple AutoHotkey scripts can be run simultaneously so you can load as many scripts as you want.多重autohotkey腳本,可以同時運行,讓您可以負荷,因為許多劇本,因為你想要的。 Don’t worry, you don’t have to be a programming guru to create a simple script - check out你不用擔心,你並不需要得到一種編程大師創建一個簡單的腳本-簽出 AutoHotkey’s Quick Tutorial autohotkey的快速補習 to get a better idea on how AutoHotkey works.為了更好地構思如何autohotkey工程。

採樣autohotkey實例運行

Things You Can Do with AutoHotkey事情,你可以做與autohotkey

AutoHotkey unleashes the power to automate Windows tasks by providing these features: autohotkey釋放電力自動化的Windows任務提供了這些特點:

  • Create hotkeys for keyboard, mouse, even joysticks!創建熱鍵鍵盤,鼠標,甚至遊戲搖桿! You can use almost any key or combination of keys on the keyboard if you wish so.你可以使用幾乎任何鍵或組合鍵的鍵盤,如果你希望如此。 For example, you can create a script to launch several Windows programs at once by pressing a single shortcut key.例如,你可以創建一個腳本推出幾項Windows程式立刻按下一個單一的快捷鍵。
  • Use AutoHotkey as a typing tool .使用autohotkey作為一個打字的工具 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.舉例來說,一個簡單的命令,例如: :的BTW : :可讓您以擴大"的方式 "的措辭鍵入它的BTW縮寫,從任何文本編輯器。
  • Remap keys and button on your keyboard , mouse or joysticks. remap鑰匙和按鈕,你的鍵盤 ,鼠標或操縱桿接口。 For example, the RAlt::RButton command allows you to mimic a right click mouse press action to the Right Alt key on the keyboard.舉例來說, ralt : : rbutton命令允許你模仿右點擊鼠標按下行動,以正確的ALT鍵,對鍵盤。 Therefore, you can now find better usage for your idle function keys (F1 to F12)!因此,現在你可以找到更好的使用你的閒置功能鍵( 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.轉換成一個腳本,以一個exe檔,所以你可以把你的腳本到另一台計算機上沒有autohotkey安裝並運行它。

華民向的EXE文件轉換工具

  • Controls music volume - increase, decrease, mute etc. for any sound card.控制音樂量-增加,減少,靜音等,為任何聲卡。
  • Use your keyboard as your joystick or mouse - Linux command line geeks will absolutely love this.用您的鍵盤,因為你的操縱桿或鼠標-L inux命令行怪傑絕對會喜歡這。
  • Retrieve and change Windows clipboard contents.檢索與變化Windows剪貼板的內容。
  • Disable or change the default Windows shortcut keys to your preferences. 禁用或更改默認Windows快捷鍵 ,以你的喜好。
  • Create a macro to record your current action (with Macro Recorder) for later use - useful for completing repetitive computer tasks, on demand or automatically.創造一個宏觀,以記錄您當前的行動(與宏觀記錄器) ,以便日後使用 -有用的,為完成重複的計算機任務,對需求或自動。 If you make some mistakes while scripting a task, the Syntax Checker is there to help.如果你犯了一些錯誤,而腳本任務, 語法檢查是有幫助的。

The possibilities of things that you can do and automate with AutoHotkey are endless.各種可能性的事情是你可以做的和自動化與autohotkey是無止境的。 Another good use that I can find for AutoHotkey is to reuse idle keyboard keys to run a program that provides limited hotkey support.另一種用好,我能夠找到為autohotkey是重用閒置鍵盤鍵運行程序,即提供有限的熱鍵支持。 You may find AutoHotkey a little bit daunting at first but with an extensive manual and你可能會發現autohotkey有點令人生畏,在第一,但與廣泛的手冊,並 active AutoHotkey user forum 積極autohotkey用戶論壇 , this freeware can work wonders for your computer.這個免費軟件可以工作的奇蹟,你的電腦。 Download AutoHotkey 下載autohotkey and automate your Windows today!和自動化你的Windows今天!

This is a guest post by Syahid A. from 這是一個客戶後,由syahid答 TechMalaya techmalaya

Tags:標籤: , , , ,

If you enjoyed this post, make sure you 如果你喜歡這個職位,請務必 subscribe to my RSS feed 訂閱我的RSS饋送 !

» Filed Under »提起下 Free Software Downloads免費軟件下載

Related Posts相關職位

Please post your comments/suggestions!請您評論/建議!