home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 August / maximum-cd-2010-08.iso / DiscContents / AutoHotkey104805_Install.exe / $WINDIR / ShellNew / Template.ahk
Encoding:
Text File  |  2007-05-25  |  528 b   |  14 lines

  1. ;
  2. ; AutoHotkey Version: 1.x
  3. ; Language:       English
  4. ; Platform:       Win9x/NT
  5. ; Author:         A.N.Other <myemail@nowhere.com>
  6. ;
  7. ; Script Function:
  8. ;    Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
  9. ;
  10.  
  11. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  12. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  13. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  14.