I have a website anomoz.com where i have uploaded an exe file in the directory 'anomoz.com/home/createFolder.exe'. This exe will create a folder named 'Console' in the working directory when run. Is there a way i can run this exe through cmd or any other way that i can try?
I tried "cmd /k 'start https://anomoz.com/home/createFolder.exe'" but it just opens the file for download and doesnt execute it.
Thanks in advance.