Silvia Posted April 30, 2007 Share Posted April 30, 2007 When I ask for to the properties of a program I see that company developed it. How I place my name in the programs that I make with the Autoit? Link to comment Share on other sites More sharing options...
xcal Posted April 30, 2007 Share Posted April 30, 2007 In SciTE, click on Tools, and then Compile. Then click the Resource Hack tab. How To Ask Questions The Smart Way Link to comment Share on other sites More sharing options...
Zedna Posted April 30, 2007 Share Posted April 30, 2007 (edited) With Scite4Autoit3 You can define the Compiler Directives in your script and have AutoIt3Wrapper.exe compile it with these settings: #Compiler_Res_Comment= ;Comment field #Compiler_Res_Description= ;Description field #Compiler_Res_Fileversion= ;File Version #Compiler_Res_LegalCopyright= ;Copyright field ; free form resource fields ... max 15 ; you can use the following variables: ; %AutoItVer% which will be replaced with the version of AutoIt3 ; %date% = PC date in short date format ; %longdate% = PC date in long date format ; %time% = PC timeformat #Compiler_Res_Field=AutoIt Version|%AutoItVer% #Compiler_Res_Field=Name|Value ;Free format fieldname|fieldvalue #Compiler_Res_Field=Name|Value ;Free format fieldname|fieldvalue #Compiler_Res_Field=Name|Value ;Free format fieldname|fieldvalue #Compiler_Res_Field=Name|Value ;Free format fieldname|fieldvalue Place it at top of your script and fill your desired values. After compile (F7) it will be in your EXE in resources. Look at all Compiler Directives for AutoIt3Wrapper: in Scite press Ctrl+F1 (Scite Help) and go to Extra utilities/AutoIt3Wrapper Edited April 30, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search 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