E
E
Elnur Tazhimbetov2018-10-30 22:01:29
cmd/bat
Elnur Tazhimbetov, 2018-10-30 22:01:29

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

2 answer(s)
T
TyzhSysAdmin, 2018-10-30
@tazhimbetov

The correct way out is to rewrite all the functionality in any compiled language.

R
res2001, 2018-10-31
@res2001

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 question

Ask a Question

731 491 924 answers to any question