executables

Launching an executable from a website?

We're developing a site that will only run on the intranet, and computers with access to this intranet will have this executable installed. We can't have any "Would you like to open [filename].exe?" prompts. Click a link and the program begins running. I realize that giving websites the ability to run executables on the client machine...

Creating executable files in Linux

Hi, I'm trying to progress from merely dabbling with Linux to actual full-blown use, but am still very much a novice, so please excuse this extremely basic question. One thing I plan to be doing is writing (painfully simple) Perl scripts, and I'd like to be able to run them without explicitly calling Perl from the terminal. I appreciate ...

Running an .exe from a website

I've created an exe file that does some maintainance work on my server. I want to be able to launch it from the website that sits on the server. The exe has to be launched on the server itself and not on the client. My instincts tell me it's not possible but I've had to check with you guys. If I need to set certain permissions / securi...

Azure : The process cannot access the file "" because it is being used by another process.

Hi all, I am trying to get a matlab-compiled exe running on Azure cloud, and for that purpose need to get a v78.zip onto the local storage of the cloud and unzip it, before I can try to run an exe on the cloud. The program works fine when executed locally, but on deployment gives and error at line marked below in the code. The error is ...

Deploy ASP.NET Web Services

Hi, I have developed multiple WebServices in my project in ASP.NET. Now I need to deploy them as a single executable file. How can i do that? ...