OP 19 December, 2023 - 02:22 AM
Does anyone know enough to give me a general overview of how this process works?
Are certain programming languages best to do for it? does the file have to be .exe? Will the code execute if the image file is opened?
I tried to do something like this earlier using python, but going into the properties of my script from the desktop, i could not find a way to give it an icon. if I could i suppose i could just rename the file to "picture.png" or something so it looks somewhat legit until clicked.
Doing a bit of a research project on how to do this. Any tips you can give me are appreciated. Any tools to format the python script and image as the same file, or anything else you have for me.
End goal idea:
End-user double clicks/opens "picture.png" which is actually an .exe/.py/.bat/or whatever else, and then the script executes and lets say for example, pings 8.8.8.8 once it is run.
Any ideas?
Are certain programming languages best to do for it? does the file have to be .exe? Will the code execute if the image file is opened?
I tried to do something like this earlier using python, but going into the properties of my script from the desktop, i could not find a way to give it an icon. if I could i suppose i could just rename the file to "picture.png" or something so it looks somewhat legit until clicked.
Doing a bit of a research project on how to do this. Any tips you can give me are appreciated. Any tools to format the python script and image as the same file, or anything else you have for me.
End goal idea:
End-user double clicks/opens "picture.png" which is actually an .exe/.py/.bat/or whatever else, and then the script executes and lets say for example, pings 8.8.8.8 once it is run.
Any ideas?