hello is it possible to merge / combine / pack two .exe files
example :
1.exe + 2.exe = 3.exe
and how to run one of them, then another, like : start 3.exe:2.exe…
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can, by
cmdcommand:notepad text1.txt: this creates a new notepad file and you can type anything inside, save it then close.notepad text1.txt:hidden.txt: you can type anything and save it. This meanshidden.txtbecome insidetext1.txtbut you can not see it. Why? Long story 🙂 These are about NTFS issues.Also you can do it for
.exefiles.