Method inject executable to other files
Is there any way of inserting an executable files to different other kinds of file.
What is the method?
I need to inject executable to other files
Is there any way of inserting an executable files to different other kinds of file.
What is the method?
I need to inject executable to other files
Hi Alison,
Inserting .exe file into other categories of files is quite difficult.
I know two file systems where .exe files can be pop in.
These are MS PowerPoint and MS Infopath.
For placing in the PowerPoint you should follow the link:
For placing in the Infopath you should follow the link:
Thanks.
Hi Dear,
Thanks that you have asked a question here.
You can easily put your exe files into other kinds of files.
If you want to put the exe file into an HTML file, then you should have to use this code into HTML Editor.
<a href="Target File"> Alternate Text </a>
Suppose you have a 123.exe file in D drive.
You have to write as,
<a href="D:123.exe"> Click to open </a>
And if you want to put in MS Excel or PowerPoint, then write click to open or other statement which you want to give about file and right click on it and choose hyperlink and select target file by browsing the location.
I hope this answer will help you to solve your problem.
Thanks