Answer the question
In order to leave comments, you need to log in
How to merge multiple files into one exe?
I have:
chtoto.bat
dec.py
rre.vbs
Need everything in one exe and run rre.vbs
Thanks in advance for your help!
Answer the question
In order to leave comments, you need to log in
The correct way out is to rewrite all the functionality in any compiled language.
Google for example "bat2exe" - there are similar software.
The principle is simple for everyone - a self-extracting archive is created with the ability to run the specified file.
The archive is usually unpacked into a temporary directory. This does not guarantee any code protection - any specialist will be able to find unpacked sources. So it usually doesn't make sense.
As rightly noted # without the presence of a portable version of the python interpreter in the kit, you cannot guarantee the operability of the kit.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question