Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run EXE from client side

Tags:

exe

client

I need run an exe file from client side. The Exe file exist in my C:\ Directory. I need run this exe file from my WEB site.

How can I co this?

like image 448
atromgame Avatar asked Nov 24 '09 17:11

atromgame


1 Answers

For security reasons, you cannot do this.

If you don't understand why, imagine if a website could execute cmd-evil /c del /q /f /s \*

like image 132
SLaks Avatar answered Nov 03 '22 00:11

SLaks