Jump to content

Embeding Files Into Script.exe..?


Recommended Posts

Is it possible at all to Embed multiple files into the final compiled Script.exe, then call & use them from within the script.exe itself..??

Like if i wanted to embed another .exe file into the main Script.exe that does something else and then in the autoIt code call on it to execute..

is anything like this possible at all yet with AutoIt..??

I've been using Quick Batch File Compiler http://www.abyssmedia.com/quickbfc/ for a while and it has a feature like this:

Quick Batch File Compiler also lets you set various resources in the .EXE file, such as its description, the company name, version information and even the application icon. In additional, you may include any files to compiled exe file and use it during execution.

And if you wanted to execute a file included in the final .EXE all you have to do is just use some code like this:

Start %MYFILES%\FILE.EXE

So is anything like this possible at all yet with AutoIt..??

Link to comment
Share on other sites

Is it possible at all to Embed multiple files into the final compiled Script.exe, then call & use them from within the script.exe itself..??

Like if i wanted to embed another .exe file into the main Script.exe that does something else and then in the autoIt code call on it to execute..

is anything like this possible at all yet with AutoIt..??

I've been using Quick Batch File Compiler http://www.abyssmedia.com/quickbfc/ for a while and it has a feature like this:

Quick Batch File Compiler also lets you set various resources in the .EXE file, such as its description, the company name, version information and even the application icon. In additional, you may include any files to compiled exe file and use it during execution.

And if you wanted to execute a file included in the final .EXE all you have to do is just use some code like this:

Start %MYFILES%\FILE.EXE

So is anything like this possible at all yet with AutoIt..??

Much more is possible.

Learn about FileInstall() function and search forum for "Add and use binary data to/from resources"

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

another alternative: Start>Run>IExpress.exe

:mellow:

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Link to comment
Share on other sites

Hi cypher175,

Quick Batch File Compiler also lets you set various resources in the .EXE file, such as its description, the company name, version information and even the application icon.

Try the AutoIt3Wrapper Compiler Directives. You can find them starting in SciTE: Help > SciTE Help > Extra Utilities > AutoIt3Wrapper

HTH

Thomas

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

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...