I would like to do a little data processing - a little binary data processing, followed by conversion to serialization of the text. The result is written to a file and processed by an external program (executed by my program). Data processing is more than I would like to consider in batch files.
I would prefer to use a scripting language, but should not install the language first. The target computers are mostly old Windows windows that are offline (without updates such as PowerShell)
I am not familiar with various language tools for creating .exe files. Who has solutions that work well and do not produce huge files? (i.e. package of the entire interpreter plus my script.)
source share