cmd - packing / merging 2 exe files -
hello possible merge / combine / pack 2 .exe files
example :
1.exe + 2.exe = 3.exe
and how run 1 of them, another, : start 3.exe:2.exe...
thanks
yes, can, cmd
command:
- type
notepad text1.txt
: creates new notepad file , can type inside, save close. - type
notepad text1.txt:hidden.txt
: can type , save it. meanshidden.txt
become insidetext1.txt
can not see it. why? long story :) these ntfs issues.
also can .exe
files.
Comments
Post a Comment