Hello friends, let's say on the site, I want it to open the existing exe on the computer, that is, when I click the button, it is not a keylogger style. Do not misunderstand my purpose is different eg; mailto; [email] example@chip.com [/ email] I want something like this just as skype or mail hurts on the computer when I click it. thanks everyone in advance. I wish you a good day
I Want To Open Exe On The Computer
Process.Start ("path / path / address where exen");
It is C # code.
Can you write me exactly as php code, so I will not use the website I will use in localhos. thanks again .
Php works on linux, exe means a program ready to run on windows platform, you cannot run an exe with php. How a website cannot run an exe on my computer, you cannot do it, if it could be sure, there would be no need to write a virus :)
If you explain your problem, I can tell you how to do it correctly.
Let's say there is a .bat file on the computer and there is a command called start help.exe on the site.When I press the help button, I want it to open on the computer as an application.
Now you should know that a website cannot trigger any exe. But this is what you say. You wrote a website with php, there is a database in it mysql, you write a program on the user's computer (desktop application), this program looks at your site's mysql database if the relevant user If clicked on the button, your application goes and runs the relevant exe.
In terms of security, the program installed to the user should not access the database directly, a web service or api should be put in between, but I skipped it in order not to confuse this.
ABSTRACT: You have a site and you must also have a desktop program. This program should look at the database of the site and run the program on the computer according to the necessary conditions.
Well I understood I have a program in it, but I wanted to do it in php, not c + so
The language does not matter, but it must be a desktop program. (Java, delphi, c #, c, c ++ etc.) The reason you cannot do this job is the protocol between the site and the user is HTTP (hyper text transfer protocol), that is, text transfer (xml, html etc).