Application to embed files into their programs in the format .AU3
I present a different format to add files in your script:
So how about having our files (photos, text, executables) built?
1 - We can use the binary variables with
2 - We can test the fully functional program with F5 SciTE
4 - Use your imagination!!!
Sintax / Examples:
#include "YourFileEmbedded.au3" ; Returning the code in binary format $bData = _YourFileEmbedded() ; Saving the code in the HDD _YourFileEmbedded( True, @ScriptDir) ; Saving and running the code _YourFileEmbedded( True, @ScriptDir, True) ; Finally, running the code directly Run(_YourFileEmbedded(True))
Language file sample:
Supports:
; All file types!
Downloads:
Version: 2.27
CreateFilesEmbedded_(RedirectLink).html 146bytes
401 downloads(Previous downloads: 575)
Example using the binary return (without writing the file in HDD)
BinarySoundTest.zip 135.87K
499 downloadsSample:

Fixes:
Free Software
João Carlos.
Edited by Melba23, 28 September 2012 - 11:02 AM.
File removed at JScript's request









