cypher175 Posted November 6, 2008 Posted November 6, 2008 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.EXESo is anything like this possible at all yet with AutoIt..??
trancexx Posted November 6, 2008 Posted November 6, 2008 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.EXESo 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
BrettF Posted November 6, 2008 Posted November 6, 2008 Search the forums for this. Has been done a couple of times in different ways... Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
torels Posted November 6, 2008 Posted November 6, 2008 another alternative: Start>Run>IExpress.exe 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
water Posted November 6, 2008 Posted November 6, 2008 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 > AutoIt3WrapperHTHThomas My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.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 (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
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