Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
57 views

Process and Executable Filenames

The C# Process class allows you to run a command-line executable in Windows. The Process.StartInfo class holds information about the command line job you want to run, including its path and filename. ...
4
votes
5answers
128 views

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 ...
3
votes
12answers
776 views

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?" ...
2
votes
3answers
69 views

Executable Files - how to identify them in ASCII

it looks like all EXE files begin with MZ when they are opened in ASCII mode, is there an ASCII identified for vbs, com and bat files as well? i can't seem to find a pattern... or maybe there's ...
1
vote
1answer
45 views

Terminating a Program Using Java

If a user executes foo.exe on his computer, is there a way to terminate foo.exe using a java program? Edit: To clear things up, I am talking about a process that was not created by the java app.
1
vote
5answers
5k views

Creating executable files in Linux

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 ...
0
votes
0answers
18 views

Executables section is empty in xcode

I was having problems with provisioning profiles and while dealing with the issue, I did something wrong and now the executables section in xcode projects are all empty and hence the build and run ...
0
votes
1answer
90 views

Xcode Debugging - Multiple Executables

I have multiple native targets defined in my Xcode 3.2.5 project. For example, IT's and UT's. I have chosen utProjectExecutable as my active executable and utProjectTarget as my active target. Still, ...
0
votes
1answer
170 views

Evaluating performances and execution times of .exe(s) in Windows

This question Measure execution time... allows programmers to find good tools to evaluate execution times of executable files using command line on Windows. My question is a bit different. Please do ...
0
votes
2answers
236 views

Which C compiler produces the smallest native Windows executables?

Lately I've been working with the Windows API, trying to write gui-based Windows programs that are as small as possible. Speed isn't really much of an issue for me, what I'm going for is the size of ...
0
votes
1answer
135 views

Deploy ASP.NET Web Services

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?
0
votes
3answers
720 views

Azure : The process cannot access the file “” because it is being used by another process

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 ...