Hello community,
a longer time ago I presented here the possibility to contain binary files in ABAP function modules or as JSON code. With the same technic it is possible to store binary files in a script source, like AutoIt script or VBA. Here an AutoIt program BinFile2Script which offers this possibility. You can create a subroutine which contains the binary code and with the call of this subroutine the binary code is written to disc.
Here an AutoIt example:
Here an VBA example:
You can copy the whole code into the clipboard and paste it into your development environment.
The AutoIt program is an attachment to this post.
Enjoy it.
Cheers
Stefan