Application of autohotkey in O & M

Source: Internet
Author: User
Tags ftp login

There will be a lot of tedious and repetitive interface operations during O & M. AutoHotkey can help O & M personnel to perform repeated operations well and flexibly. 1, http://l.autohotkey.net/autohotkey_l_install.exe2,ahkscript Editor (strongly recommended, with auto-completion function) ahk is the script file of autohotkey. The following demonstrates how to use the ahk script in O & M to quickly open ftp due, the file transfer between the server and the server uses ftp as the media, so the ftp login function is often used. ::> ftp ::
SendInput {raw} ftp 'n'
Sleep 300
SendInput {raw} 'n'
Return on the cmd or shell Interface, press> ftp and add a enter key or space to automatically log on to ftp. 2. Open notepad # n ::
Run,notepad.exe
Return press and hold WIN + n to open notepad 3 and open puppty # p ::
Run, d: \ putty.exe
Return 4. Open the common directory:> ahk ::
Run d: \ source \ ahk
Return 5, repeated operations sometimes require repeated operations on the program interface or web, you can use AutoScriptWriter to record the operation, and then set the shortcut key to batch operation. http://www.autohotkey.net /~ Faqbot/faq.html # recorders and above are simple applications. ahk also has many very powerful functions, and nothing is impossible!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.