EXE is a common filename extension for an executable file (a program) in Microsoft Windows and other operating systems (e.g. DOS, OpenVMS, Symbian, and OS/2).

learn more… | top users | synonyms

0
votes
2answers
102 views

File path failing when installing the finished program

I have a little problem: I am using some files for view reports when my program is running, I've created the setup .exe file and works fine because in the code has a absolute path that like this: ...
-3
votes
2answers
52 views

Can i Run a windows software/program on Linux? [closed]

I want to run a windows program on Linux. Actually, i have a Video game, i want to create a Multiplayer dedicated server using Linux. Can i run .exe files on linux? How can i run it on Linux. ...
-3
votes
3answers
93 views

Get the Batch Code from a .exe File [closed]

How can i get a batch Code from an exe File? I want to have the Code from a exe File written in batch. How can i get it ?
0
votes
1answer
81 views

Fails loading dll library in Windows 7 Enterprise 64 bits when run by Authenticated User

Been struggling to resolve this issue for a while. any help will be much appreciated. My windows application 'exe' fails to load following Dlls. - zlib.dll and zlib1.dll (using DOTZLIB wrapper) To ...
0
votes
0answers
38 views

pygame2exe .exe file doesn't run

I created a .exe file using py2exe for my .py program. When I try to run it, I get this error: C:\Colossus\dist\Colossus.exe\zipextimporter.py:82: RuntimeWarning: import display: No module named ...
0
votes
0answers
49 views

Running a Application as Service,by adding to services.msc

I have custom application(exe) which i want to run as a service by adding it to services.msc. but i dont know how to do the same. can anyone help me on this
0
votes
0answers
67 views

Create XAMPP exe & dmg file with my additional files

I am trying to create .exe file of XAMPP Zip file, but through my custom files added. How can I do that. Actually I am a php programmer and have made some web-based applications to work on XAMPP local ...
1
vote
4answers
178 views

Jar to exe with an external library

I've been trying to convert a jar to exe. The program - the jar - uses a bluetooth library 'Bluecove' which is another jar in some directory. The program also uses Java Swing, typically JFrame and ...
0
votes
1answer
109 views

Extreme Confusion on Forks and Execlp

this is my first post. I have a task to use a fork to create multiple processes and then use execlp to run another program to add 2 numbers. The problem I am having is we are supposed to use the ...
1
vote
2answers
83 views

How do I open an external EXE file inside of C?

How do I open an external EXE file from inside C? I'm trying to write a C program that opens Notepad, and some other applications and I am stuck. Thanks for putting up with my noob level of C ;p
0
votes
0answers
125 views

exe export from visual studio 2012

Is there any way how to compile my c++ project in VS12 to exe with all the dll imports (like GLUT) and media files like images/sounds. I need just 1 exe file, that will be working on every computer ...
1
vote
2answers
188 views

Example of an .exe compiled by swi-prolog that can accept arguments

I would appreciate your help after struggling 4 hours to the problem: I need to create an exe file (on windows) from prolog script. For example, main.pl has inside: day(monday). day(tuesday). ...
7
votes
4answers
436 views

Making self-extracting executable with C#

I'm creating simple self-extracting archive using magic number to mark the beginning of the content. For now it is a textfile: MAGICNUMBER .... content of the text file Next, textfile copied to ...
0
votes
1answer
361 views

How to create an exe for a web application?

I had developed a web application using Visual studio 2012 (ASP.Net 4.5 - C#) and a web service. Both are laying in a single solution. I need to convert my solution to an EXE file (Creating EXE for my ...
0
votes
2answers
72 views

is it possible to run compiled iron python scripts on PCs without iron python installed?

I'm using the pyc tool to compile IronPython scripts to executables, but can they be run without IronPython installed? If so what do I have to include?
0
votes
3answers
107 views

get error while I call .exe file from my python script

Hi all i use wxpython for GUI and bash for script, i have to run exe file from python script i used subprocess. purpose is: have to pass parameter from GUI to *.exe file. and dont have permission to ...
1
vote
1answer
89 views

Is there a way to launch exe application from firefox and chrome

I have an intranet site, so i'm not worried about security. What I need to do is allow my users to launch putty.exe from a browser link. The point is that there are numerous putty connections on ...
0
votes
0answers
64 views

Matlab function will not work

My plan: I call the exe file with the input file. So the exe file take the input from the file as output the results on the screen. But that's juts plainly vague. Because I want to go bck to the ...
0
votes
0answers
58 views

Xtext: RCP no executable generated

I followed this tutorial (http://kthoms.wordpress.com/2010/11/12/setting-up-a-rcp-product-for-a-dsl/) to create a rcp application for my xtext editor. Everything works so far - The plugin validation ...
0
votes
1answer
127 views

Redirecting Haskell GHCi output to text file [duplicate]

Possible Duplicate: Outputting Haskell GHCi command results to a txt file I am new to Haskell and I am trying to redirect test cases output results to a text file. The way it is set up now, ...
0
votes
0answers
33 views

Python code that imports libs into exe file

I wrote a code that imports some libs(win32api, win32console, win32gui, pythoncom, pyHook, smtplib, time) How can I create a file that if I'll run it on another computer it could use this libs? The ...
-1
votes
1answer
66 views

EXE comperession (for the .NET app) algorithm shows strange chars with the real human name in binary code

Have opened just for fun just compiled .net application and have found in binary structure of the file the next: I've just working with my HTTP parser tool, where I'm training with substring search ...
0
votes
3answers
98 views

Making a php software into .exe [duplicate]

Possible Duplicate: Convert a PHP script into a stand-alone windows executable I want to make .exe file of my ERP. How do i convert my software into .exe? I have no idea about it. Its ...
0
votes
0answers
161 views

URL Rewrite Redirect Rule not working with “.exe”

I have the following code which redirects all urls within the downloads folder to a second site's download folder. It works perfectly as intended, except for .exe files. It returns a 404 error for exe ...
1
vote
2answers
130 views

How to write a GUI wrapper for an EXE if I do not have access to the source? [closed]

I'm looking into writing a GUI which will act as a wrapper for testing suite that is currently a selection of .bat's and .exe's How would I go around implementing such a wrapper? I've looked into ...
-1
votes
3answers
89 views

How to know java parameters from exe java apps

I have executable java apps (as "exe" file) that actually java wrapper executable. is there a way to grep the java command / parameter from the exe java apps. Thanks.
0
votes
0answers
35 views

cx_Freeze IOError in .exe

I'm trying to get a working .exe of my simple python script called test.py. The script works fine, it parses an .ods file and extract some data. The file I parse is called Spreadsheet.ods and it is ...
0
votes
1answer
99 views

C#, Using “-” to add arguements for exe ran via CMD

Absolutely no C# experience here but been asked to edit a Windows Form Application and got a little stuck! Upon clicking a button on the form the following coding runs: private void ...
-3
votes
1answer
48 views

Is it possible to build cross platform executable? [closed]

I was thinking if exe elf and mach-o files are using the same compression algortihm so i can decompress compiled versions and than put them into one file with .exe extension, becouse ELFs and MACH-Os ...
0
votes
1answer
232 views

How to use ilMerge to merge dll into an exe file? [duplicate]

Possible Duplicate: Merging .dll with .exe Okay, so... I have all the files of ilmerge, along with the .exe (CabalMain.exe) and the dll (crckd.dll) in one path. C:\Program Files ...
3
votes
1answer
362 views

How run .exe file in Inno Setup with parameters

Please, I try run a .exe file that in cmd console runs in the following manner: nameFile.exe -inf fileDriver.inf install In the Inno Setup i have the follow: var command: Srtring; Begin command ...
6
votes
6answers
319 views

Which approach better: Process.Start or call DLL directly?

In our team we've faced with the choice: we need to call external third party code and process its output from our C# code. The third party code available in two forms: set of dlls and single exe ...
0
votes
2answers
117 views

Returning data from .Net EXE to Powershell

I have a powershell script that calls an executable to do some data crunching and the script needs to retrieve the results from by the executable file. Wondering what options I have on plate for this ...
0
votes
0answers
232 views

How To Bundle Jre with Application using Launch4j

When creating an .exe file using Launch4j - i.e. /someProgram (folder) containing anyProgram.exe, with anyProgram.jar (executable jar file) :- what folders to create, exactly which Jre .exe files to ...
1
vote
2answers
99 views

Patch an executable file

In short What would be the easiest way to make sure that the high word of ecx contains 0 by replacing following instruction in the exe file? 004044be 0fbf4dfc movsx ecx,word ptr [ebp-4] ...
1
vote
1answer
663 views

Generate single exe file in Visual Studio 2012

I'm trying to develop a very simple application to launch a PDF from a CD (the app will autorun from the same CD). I just downloaded VS2012 and so far I only manage to build and generate an installer ...
0
votes
1answer
118 views

Disassembling file that contain big data or is compressed [closed]

this is fourth day I am trying to figure out how to break down an exe. Still having no luck, file is giving debugger error right after it is runned. I am using OllyDBG, it seems that file is either ...
1
vote
1answer
692 views

How to set “run as administrator” privileged in visual studio 2010 setup project? [duplicate]

Possible Duplicate: How to force my .NET App to run as administrator on Windows 7? My application is based on Windows-Thread. So it must run as a administrator privileged, To run the ...
-2
votes
1answer
87 views

Can a java file be made an executable? [closed]

I was asked to create a java file , a build.xml file and keep it in the same folder. When i tried to send the folder using Gmail, it showed you're trying to send an executable file !! Why it is ...
0
votes
0answers
127 views

Calling .exe file but stdInput.readline gives same output for every input

I am calling external myexefile.exe from java. The .exe File is executed properly in java but when I captured output of the .exe file through the following code, for each input every time it gives the ...
-1
votes
1answer
28 views

Is Vc++ exe file get deleted?

I am beginner in VC++ developing. I have One doubt. Is exe file get deleted at shut down the machine while the exe is running?
0
votes
2answers
361 views

How to run a .exe file asp.net

I need to run a .EXE from a web browser using Asp.net, whenever particular button is clicked in a web page it should open up the installation wizard, rather than downloading it Can any one help me ...
2
votes
0answers
244 views

How to include third party exe in visual studio 2010 setup and deployment project?

Let's say A.exe is the my exe project which runs fine at windows system. Let's say B.exe is the external third party driver which is required for A.exe. Currently I am installing both projects ...
1
vote
1answer
185 views

Providing input parameters from the Windows command line to a Matlab function compiled as a .exe

Hi I have used mcc to convert a Matlab function into a standalone .exe. when I run the .exe file in the windows command prompt it returns the following error: too many input arguments // when I give ...
0
votes
1answer
40 views

How to interface C exe file in matlab?

I need to know how do i interface an executable file in C with matlab? I got to interface this file to be used in a matlab program.
0
votes
1answer
128 views

Run exe (with answering promoted questions) in a batch mode

Could anyone help me with coding a batch file I want? I have one exe file. Once I double click it, a black DOS window pops up and ask me "what name the text file has". I have to type in the full name ...
-6
votes
2answers
766 views

How to run an exe in html using javascript from a url or local file [closed]

I would like to run an .exe file from the browser I've tried using the iframe command and but can't seem to get this to work all I want is every time someone goes on to the intranet (not the ...
3
votes
1answer
414 views

Run .exe from JavaScript cross-browser

I know how to run an .exe using ActiveX, but that is Internet Explorer only, and I also know how with .hta, but that has to be installed/used as an application. This doesn't have to be online: ...
-1
votes
1answer
79 views

php website ran in an exe

I have built a website using php, jquery and mysql.it is running on the server now Ive seen a Couple website to convert local php pages to exe files. But i am looking for a program that will allow ...
1
vote
1answer
281 views

Open exe as service without “Interactive Service Detection” message in window 7

I have a simple application that watches a folder for any changes as following: private void Form1_Load(object sender, EventArgs e) > { > FileSystemWatcher w = ...

1 3 4 5 6 7 25