Book a Free Call

Quickly get to folders in CMD



When jumping around different folders in the CMD line, I’ve found using AutoHotKey really handy. Below are three scripts that I use to quickly jump from WAMP to Flywheel and back without typing out paths like a big fool. Also at F8 I have put a command to kill the nginx server. Try it out, it’s a great time saver…

autohotkey.com

#If winActive("ahk_exe cmd.exe") 

^F12::
    send {text}cd c:\Users\YourUserName\YourLocalFolder\
    send {enter}
return

^F11::
    send {text}cd c:\wamp64\www\SomeFolder
    send {enter}
return

^F8::
    send {text}@taskkill /f /im nginx.exe
    send {enter}
return

Need rapid website development:

For smaller projects at high speed


  • Adding script tag embed to Gatsby component

    Read More
  • Get more than 100 queries in GraphQL (I felt stupid)

    Read More
  • Animate on Scroll (AOS) into Nuxt js

    Read More
  • WordPress Super-admin hack

    Read More
  • Add content or ACF field under thumbnail/image gallery in Woocommerce

    Read More

Tags


Categories

Is it urgent? Donate to Cork Simon

Got an urgent issue?

Charlie's Cottage, Carrigrohane, Co. Cork, T12 WY9H

(085) 7686677