lml Posted September 3, 2012 Share Posted September 3, 2012 Basically, every time I write a script, I want the new file to look like this: HotKeySet('{END}', 'Quit') HotKeySet('{HOME}', 'Pause') Global $Paused Func Quit() Exit EndFunc Func Pause() $Paused = Not $Paused While $Paused Sleep(100) ToolTip('Paused...', 0, 0) WEnd ToolTip("") EndFunc So, I'm wondering where I go to edit the template?: #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted September 3, 2012 Share Posted September 3, 2012 The file that is used when you right-click in Explorer and New > Autoit v3 Script? That would be C:\Windows\ShellNew\Template.au3 Doniel, badcoder123, lml and 1 other 3 1 .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
Doniel Posted April 8, 2021 Share Posted April 8, 2021 Thanks! Weird folder tho π βIt is only when a mosquito lands on your testicles that you realize there is always a way to solve problems without using violence.β β Confucius Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now