jerparker Posted December 22, 2009 Posted December 22, 2009 I would like for this to be included at the beginning of each of my scripts created by our team. Is there a way to have it included upon creating a new script other than manually copying it into the header of AutoIT Scricpts? ; ======================================================================= ; AutoIt Version: 3.0 ; Language: English ; Platform: WinXP(32Bit) ; Original Author: ; Modifications by: ; ; System/Application: ; ; Script Function: ; ; ; History: ; - 1.10 - ; - 1.00 - "Release" / given a version number ; ; =======================================================================
Bert Posted December 22, 2009 Posted December 22, 2009 I've looked into this. I'm thinking of the best way at the moment is to make a script to write the beginning of the script file for you. Maybe a GUI that your folks have to fill out before starting a new script.In thinking about it further an ideal solution would to be use the above mention along with the abilities that come with AutoIt3Wrapper. Under the resource update tab, one can note things like file version and add some comments. This is added to the exe, not the script itself. If some of the info that is put into the AutoIt3Wrapper could be written to the front end of the script such as file version, that would do what you need. The Vollatran project My blog: http://www.vollysinterestingshit.com/
AdmiralAlkex Posted December 22, 2009 Posted December 22, 2009 If you create your scripts by right-clicking in explorer, then you can modify Template.au3 from C:/Windows/ShellNew/ .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
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