Jump to content

How I place my name in the programs?


Recommended Posts

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 by Zedna
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...