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).
2
votes
1answer
20 views
Make an AppJS project into a single exe
I have been reading online for days and I am unable to find a solution for this that I can get working.
I would like a single exe file that unpacks to temporary location when you run the file which ...
-2
votes
1answer
120 views
How To Tell What Software Tool Created An EXE File? [closed]
Is there a way to determine what software tool was used to create a specific exe file? For example I'd like to find out if Delphi or Visual Studio or [Fill in the Blank] was used to create a program.
...
1
vote
1answer
24 views
c compiler commands for generating a winexe
how do i instruct the C compiler (gcc &| cc) to make a "Windows executable" in command line? just like csc /t:winexe filename.cs in c#?
my goal is to create a GUI(winapi) based app without the ...
0
votes
2answers
37 views
Create a standalone exe without the need to install .NET framework
I'm a student and at the moment i'm doing an internship at a company. This internship is about analysing a project. For this project I have made a demo to show to the Marketing director. The demo I ...
0
votes
1answer
19 views
How do I install latest/later gcc on cygwin?
Is there somewhere where I can just download the latest gcc.exe binaries for Windows and place them inside /bin, just like other compilers (bcc/msc)?
I'd try not to touch ...
1
vote
0answers
57 views
Sorting and moving huge amount of files [closed]
Well, as I expected, not any of totalcomander and filezilla can sort files with a specific filenames. For example, I have about 40 000 + files, that has filename in this way: ...
0
votes
1answer
56 views
Windows 8 tablet running regular exe. How to make things bigger?
We want to run our regular forms applications on Windows 8 Pro tablets. They actually run without any problem, but they look very very small on tablet' s screen. The tablet runs under 1024x768 or ...
0
votes
0answers
26 views
Opening files via javafx
I'm designing a GUI desktop application via JavaFX. I wanted to have a button open a mp4 video, and another button open an exe. Is this possible to do/what would I need to do this?
It doesn't need ...
0
votes
1answer
9 views
Error generating .exe with py2exe
I'm genetating a .exe with python and when i try to run it, a .log is generated with the following lines:
Traceback (most recent call last):
File "cuasimodo.py", line 1077, in
IOError: [Errno 2] No ...
0
votes
1answer
33 views
Launching a Windows Forms application from a Windows service
My problem: Can I run an exe (a Windows Forms application) from a Windows service? If so, how?
0
votes
0answers
12 views
Calling a windows forms application from COM out-of-process
I'm trying to build a Windows Forms application that will be called by COM.
This app has a class Account that implements IAccount interface:
[Guid("11111111-DF11-478d-BCAA-08BE65E82AF3"), ...
0
votes
1answer
29 views
Running a JAR file, or a JAR converted to EXE will result in a Malware Message
When i'm/others is running the JAR or the converted JAR to an EXE on they computer, they get an Malware virus message, from they antivirus program, saying the file is dangerous.
What is it, that is ...
0
votes
1answer
25 views
cygwin1 dll when opening exe
I created a program using C++ with netbeans on my computer. I would like the exe file to open somewhere else. It opens all fine on my computer, but i tested it on a computer in school without netbeans ...
0
votes
1answer
20 views
Is it possible to convert exe files to flv?
I have been given a number of file in exe format.
Once I click on the files they open in a browser.
The sections heading on the left can be clicked to play any section of the content.
Is it ...
-4
votes
3answers
53 views
creating a .exe for a windows app in visual studio 2012 using c#
please specify the steps to create a .exe that can be used anywhere in visual studio 2012 for c# windows application
I have an .exe ,if i send that to my friend's machine that is not ...
0
votes
0answers
22 views
creating exe for another computers in visual studio 2012
I created a small windows form app in visual studio 2012 using c#, build it in release mode,the exe is not working on another computers
-2
votes
1answer
17 views
I need some help running a exe on a webserver [closed]
Well look I am really not a coder at all.
I have been trying to get a exe (Its a Flash, not a movie flash or games) to work on a webserver. Its more in the terms of a program then a flash even though ...
-1
votes
1answer
17 views
How to store pdf file in exe and launch when exe is opened [closed]
I am trying to create an application which will store two pdf files and launch them both in the default pdf viewer when the application is launched. I would greatly appreciate if someone could point ...
0
votes
0answers
20 views
MVSC deletes lib and dll when building exe
I have a create a new solution in MVS with two project: an exe application and its dynamic library. For the Release configuration I made the linker create the exe, dll and lib inside the same folder.
...
-1
votes
0answers
24 views
Create matlab exe package with cmd
I am working on some matlab code and need to compile to exe to offer custmer.
I used the deploy tool to generate exe but failed.
I used mcc and add all the path in previous deploy project, then the ...
0
votes
4answers
51 views
Being able to run java application on different computers without JDK
How can I send my java application to a friend without having to send the entire project and being dependent on him having JDK? I'm aware of the .jar-file's existence, but I don't know how to proceed. ...
0
votes
1answer
18 views
Parallel Port Controlling using executable file
How can I control Parallel Port outputs/inputs with Batch files or other Executable File ?
Like i say, i want to high pin number 3,4 and 7.
Please Any One Give me any idea.
Thanks in advance.
0
votes
0answers
29 views
IronPython pyc.py -> .exe : How to compile a program that imports an external dll?
I am using the pyc.py file to create a .exe file of my IronPython project. It seems that pyc.py cannot deal with programs that use external dlls. I did several tests and the problem seems to come down ...
2
votes
1answer
33 views
How to call a process from an .exe file
I have a program called test.exe. The program was written in python/pyqt4. At some point along the code I want to trigger a restart of the application so I need to create a detached process which runs ...
0
votes
0answers
184 views
Install and use exe files in Andriod devices [closed]
I have recently bought a samsung Tab2 P3110(Wifi only). I'm impressed with the specs but the only problem which I face with this is during a long journey, that I'm not able to connect to OTG internet ...
0
votes
1answer
32 views
Call exe file in web project using ActiveXObject
When I run 'test.exe' under web project using ActiveXObject, IE gave back the below error message -
"The system cannot find the file specified."
Here is sample coding
function RunExe(){
w = ...
-1
votes
1answer
59 views
C# updating information in an exe file
Im building an application that should consist of a single .exe file which in turn will be distributed by others. In this .exe file there is two hardcoded fields, username and password. The people who ...
0
votes
2answers
56 views
a free solution to package java web application with tomcat to an exe [closed]
I made a java web application that uses hibernate, spring and jsf. it is deployed on tomcat 7. I want to distribute it to external users, but I'm afraid that someone can decompile classes and get back ...
0
votes
0answers
22 views
How to validate an exe file in javasript, if the file is renamed to jpg?
I'm able to disallow the users of my program from uploading files with extensions .exe.
But if they rename the file to jpg (e.g. myfile.exe to myfile.jpg), I'm not able to validate as I was using the ...
0
votes
0answers
26 views
H2 jar compile to native windows code
does anyone has experience with compiling H2 jar into windows native code using e.g. Excelsior JET. Is there a chance that it could work ? Asking that, because I am considering to convert my whole ...
1
vote
2answers
51 views
Slow execution of Exe in Azure
I am facing a problem of slow execution of exe in Azure platform
Following are the Steps:
Read data from SQL Azure Server& CSV files & display in on HTML5 pages.
Write data on CSV files.
...
-4
votes
0answers
26 views
Decrypt code from exe file [closed]
Im in a need of decrypting some code, i opened up exe file but i never seen this kind of encryption. This file is basicly some malware from fb and i want to see how it is coded (im not planing to use ...
1
vote
1answer
49 views
After Finishing C# Program In Release Mode, How Do I Put App on CD to Put on Someone Elses Computer?
I just wrote a Windows Form C# program for my mom for Mother's Day. It has been build in Release mode. How do I put the program on cd so she can run it on her computer?
0
votes
0answers
32 views
Command to run .exe from the same archive as .bat
I'm looking for snippet that'd get launched .bat files temporary location (inside .zip archive) and execute an .exe from within the same archive, just one folder deeper. Is it even possible?
1
vote
0answers
69 views
How to create Setup of Application that have made in PHP
I am beginner for PHP, I have developed an Application in PHP 5.3.9 and now I want to give it to my client, but the problem is I don't know how to make setup of that?
I have tried BAMCOMPILE for ...
-3
votes
0answers
47 views
Call exposed interface methods from Java [duplicate]
I have an exe with exposed methods,don't have access to the source of this exe.I would like to call methods on this exe with parameters from Java.
I have looked into JNI and JNA aswell as Java-COM ...
-3
votes
1answer
86 views
Compiling python files [closed]
How do I compile a python file as an exe?
So that the user can run the file by double clicking and not going through the python shell
Does anyone know how?
Thanks
-3
votes
1answer
67 views
How to generate .exe files on the runtime in C# [closed]
i want a program in which user when clicks on button, my program generates an exe file after writing all the data on a file.
User can tick or untick number of checboxes and then when user clicks on ...
0
votes
1answer
20 views
Setting filepaths inside your .rb file when converted into an exe with ocra
I've had a lot of trouble getting one my wxruby scripts to use an image file I included in the exe with ocra. If I didn't have the original image file in the same directory as the exe, the exe ...
0
votes
1answer
44 views
run an .exe file onload in VB.NET codebehind
i have song data (title and artist) that display on a web page. I would like to display this info on a twitter account and have found this great twitter .exe file that will tweet what ever i want to ...
-3
votes
0answers
38 views
How do I open an external .exe file from java? [duplicate]
I would like to open an external EXE file directly from a line of code.
I have done it before, but I have no idea what I did.
Please help me!
=======================
Notes ===================
I ...
-1
votes
0answers
23 views
How to call GCTA exe from R. [closed]
How to call GCTA exe from R. Like calling the function from R in windows computeGRM(genotypeheader,grmfullheader=grmheader,gctaname="gcta",idfile=idfile) . Actually I would like to use the function ...
1
vote
0answers
18 views
How To Run Exe From SharePoint 13 [duplicate]
I Want to Execute 3rd Party Exe From SharePoint 13
I have written following function in javascript
function launchApp()
{
appPath ="C:\\Windows\\system32\\sample.exe";
WSH = new ...
1
vote
1answer
40 views
My program works in Python shell but doesn't recognize my input when it runs in cmd.exe
Hey I'm totally new at this and not sure why I'm even trying to run my code in the cmd.exe...
But, when I run my script in there it doesn't recognize when I type in my correct password for the input. ...
1
vote
1answer
50 views
script to run exe as specific user in windows
I have a .exe file in some location C:/foo/myhost.exe which actually creates MSMQ queues in the system and I need to run that a specific user (Network account). I am looking for script where business ...
0
votes
0answers
37 views
C# exe running issue with EMGU CV
I have been working on Microsoft Visual C# 2010 for an image processing program. The software uses EMGU CV 2.4.0. The program is very long (consists of 8 very lengthy functions) so i cannot post it ...
-1
votes
1answer
39 views
How to be certain my python exe will run on any windows machine [closed]
I have recently made a simple python script. It has a front end GUI with a few buttons and read in serial data continuously. It performs some maths on the data before writing to file. I want to run ...
0
votes
1answer
60 views
Execute .exe file embedded in Python script
How can I load an exe file—stored as a base64 encoded string—into memory and execute it without writing it to disk?
The point being, to put some kind of control/password/serial system in ...
1
vote
2answers
40 views
get shortcut for WinForm without having seperate project
I have a project with different Win Forms in it. I can open all the forms from one form which is executable of my current project. I am wondering if there chance to create something like a shortcut to ...
-1
votes
3answers
129 views
How to Make .exe file for P.H.P. offline Application with Security [duplicate]
I have shown this Convert a PHP script into a stand-alone windows executable , but my problem is still remains :(
I have developed a Offline Application using Core P.H.P., now I want to Sell it to my ...




