home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 August / maximum-cd-2011-08.iso / DiscContents / AutoHotkey110000_Install.exe / $WINDIR / ShellNew / Template.ahk
Encoding:
Text File  |  2010-08-28  |  253 b   |  4 lines

  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  3. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  4.