Skip to content

Instantly share code, notes, and snippets.

@dabd
Created March 15, 2014 15:40
Show Gist options
  • Select an option

  • Save dabd/9569170 to your computer and use it in GitHub Desktop.

Select an option

Save dabd/9569170 to your computer and use it in GitHub Desktop.
;; A.ahk
#Include %A_ScriptDir%\somedir\B.ahk
;; B.ahk which is in somedir\
#Include %A_ScriptDir%/../C.ahk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment