The title is in reference to WinZip's Self-Extracting EXE function and also a program called Batch-to-Exe which converts batch files into an exe file. Would it be possible to combine both things, such that I have a self extracting exe that does certain batch operations before extracting?
Edit: As there are other methods of embedding files in an exe, my question should rather be: What tools are available to embed files in an exe but run batch commands before and after extracting, within the same exe?
Not asking someone to write code for me, just asking where I can learn to do it myself