An executable file causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful.
2
votes
2answers
39 views
Create a Windows executable (.exe) from Batch and Vbscript
It is asked me to create a Windows executable (.exe) from scripts written in batch and vbscript. unluckily I don't know which tool use to realize that. Therefore Let me ask you some questions which ...
2
votes
0answers
29 views
Why does easy_install work with some Windows binaries?
Background
Windows does not include a compiler by default, and installing a compiler (and perhaps configuring Python to use it) is a complicated enough task that many developers avoid doing so. To ...
12
votes
2answers
82 views
Converting HTML + JavaScript to an exe
There is actually a topic asking a very similar thing, however the information there is either out of date (broken links, discontinued solutions) or not suitable for my needs.
I have a showcase for ...
0
votes
2answers
36 views
Is it possible to use multi conditions in PHP switch resultant with multi actions (executible codes)?
Is it possible to use multi conditional statement in PHP (switch) resultant with multi conditional (executable codes)? The code might be look like this:
In case of $fifth only was 9, $fifth -= ...
2
votes
1answer
31 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
1answer
10 views
How to configure Arch Linux to set executable bits during Tycho build for Eclipse RCP
In relation to my other question concerning cross-platform Tycho builds of an Eclipse RCP-based application, I have managed to get the build to produce the desired results (products including ...
0
votes
3answers
37 views
Run multiple executables all at once
I have a C Sockets application, different executables of which must run at same time all at once, preferably in different terminals. How do I do it?
For example, there are four exes, ./one, ./two, ...
2
votes
1answer
91 views
How to run a ghc compiled binary on other machines?
This post is really informative on what I'm trying to achieve.
I produced a simple HelloUnix binary.
$ echo 'main = putStrLn "Hello Unix"' > HelloUnix.hs
$ ghc -static --make HelloUnix.hs
Which ...
-1
votes
0answers
21 views
Why can't I find the httpd.exe file after downloading Apache [closed]
I am trying to setup a Redmine server, which requires me to install Apache. It suggests me to install it from this link http://httpd.apache.org/download.cgi, and to download a 2.2.x version and ...
0
votes
1answer
33 views
Is it possible to use InstallShield to install more than one .exe files?
I have completed a project on VisualStudio and I have built the .exe file of this project. I wanted to make an installer that will include this .exe file as well as the postgreSQL and perl executable ...
0
votes
0answers
11 views
Extract data from a video game executable (during runtime)
So, suppose we have this video game, and want to extract some data which is not explicitly stored. How do we go about it? I have never done it, so I guess I need to be nudged in one direction or ...
0
votes
1answer
27 views
Check if flash movie is executable or embedded
I'm building an interactive menu that will either be executed as an executable file (redundancy, yeah) in windows, or will be embedded on a webpage on mac. Is there any way to compare the root.parent ...
1
vote
1answer
43 views
How to covert .m matlab file to exe
I have a .m matlab file that I want to covert it to executable
but the problem I follow the steps written in youtube videos but still there is a problem
I think the main problem is that I have ...
0
votes
2answers
23 views
program to install firefox exetension in windows?
Is it possible to build a installer(or program) in windows 7, that can install extension to firefox (if the browser installed on the machine).
or atleast help me by providing command to install ...
0
votes
0answers
15 views
recovering stripped executable binary
I have a few questions regarding binary symbol stripping.
if linux ELF file is compiled with "dynamically linked" option with glibc
and stripped, can I somehow recover the glibc symbols without ...
0
votes
1answer
32 views
How to converter Pyw to executable in Ubuntu?
i have a wxPython(with Python 2.7 64x) script, and this script was been created on Ubuntu 12.
Well, i wanna execute this wxPython as executable on Windows(doubleclick), but on Ubuntu.
I tried change ...
0
votes
0answers
32 views
Not seeing any messages on command prompt but logs are being updated while running command line application?
I have created command-line application using JavaFX deployment task.
<fx:deploy width="800" height="600" nativeBundles="all" outdir="${dist}/winx86" outfile="${commandlineapp.name}" ...
0
votes
2answers
38 views
Execute code on client side
I have a requirement where a jar deployed onto client side needs to be executed when a user click on a link on web page [it's an internal webpage]. To elaborate, I have a web page which provides ...
0
votes
0answers
12 views
Adobe AIR how to include style SWF in windows native executable using ADT command
'adt -package -target native MyApp.exe MyApp.air' successfully creates a Windows executable.
Need to include a style sheet in the MyApp.exe. Its in the style sub-directory.
When I use 'adt -package ...
0
votes
0answers
14 views
Include libraries in executable
How can I include the libraries I'm using in my C++ program (sqlite3, vector, etc.) in an executable file fully functioning I can give to my friends?
-1
votes
1answer
62 views
Running an executable (.exe) within a JFrame [closed]
I am currently working on a project in Java where we have to use an avatar created by someone else. This avatar is a graphical executable. It communicates with the Java application through xmlrpc.
I ...
0
votes
0answers
26 views
Matlab System Function, freezing
I'm currently using the system() function in Matlab (on mac osx) to run a Unix executable file that I created using c++. I'm going through a for loop and running the executable thousands of times with ...
0
votes
0answers
34 views
Executable path from fd inode in a linux kernel module
Given a inode that exists in /proc/**/fd/*
And a Linux Kernel Module that needs to find the executable path from the symbolic link /proc/**/exe
How could I implement this so that from a inode ...
1
vote
1answer
24 views
Making an executable from ruby files using Ocra, LoadError?
I'm trying to make an executable from a couple ruby files on Windows, so I installed Ocra. I thought I understood the process of how Ocra works, but can't seem to get the executable working correctly. ...
0
votes
1answer
61 views
CMake: 'AUTOMOC' feature skips sources of executable targets?
There is a medium-sized project with a top level CMakeLists.txt which defines some common stuff and invokes the configuration of all artifacts (subprojects) in the project like this:
...
0
votes
1answer
31 views
Processing exported executable references
I want to export from processing an executable.This happens normaly but it makes also 2 folders one source and one lib that stors the .pde and the .jar files that the executable needs. I want to make ...
0
votes
1answer
106 views
Running a Windows executable file from within R with command line options
I am trying to call a Windows program called AMDIS (http://chemdata.nist.gov/mass-spc/amdis/downloads/) from within R using the call
system("C:/NIST08/AMDIS32/AMDIS_32.exe /S ...
1
vote
1answer
40 views
C++ executable opens a command window
I have this very simple C++ class which just opens a blank Windows window, but I've noticed that everytime I double click the .exe, it opens the window, but it also opens a command prompt window too.
...
-1
votes
1answer
32 views
Trouble making an executable jar [closed]
When trying to make an executable jar in Netbeans, I get the error message saying that a folder is either a directory or can't be read, If needed I can provide pictures of the problem
-3
votes
1answer
65 views
Creation of executable for java application which read configuration file at runtime [closed]
I want to create a executable file for my java desktop application which can read configuration file at runtime. I am using Launch4j for creating exe file, but it doesn't able to read configuration ...
-2
votes
0answers
25 views
Anyone know how to protect an swf? [closed]
I would like to make the swf very obfuscated as well as an executable so that no one can get into my source code. Anyone know a good way to do this that cant be reversed?
I also want the executable ...
5
votes
2answers
160 views
Is it possible to produce stand alone haskell executable
Is there any way to produce stand alone haskell executable to run on different linux machines assuming the architecture is similar?
Sorry I should have been clearer. The other machines might not ...
0
votes
1answer
44 views
Nodejs Child Process with Unix Executable
I'm having a problem with the 'child_process' module and an executable program. I want to pipe the stdout from the executable to my node process.
I have no problem getting this to work with simple ...
-3
votes
0answers
67 views
How to compile multiple java file into one Executable Jar File? [closed]
I've tried googling the resolves but non worked for me. I have about 12 files which I intended for them to work as a singular program once they are compiled, also I'm currently using Java Ready To ...
0
votes
0answers
12 views
Comparison of Application Format Across Major Operating Systems
What is the standard way to run or package applications on Mac, Windows, Linux, or any other major operating system? How are these applications (app, exe, etc.) formatted or how do they work? For ...
0
votes
3answers
89 views
testing Embedded C
I am using CCS, Inc. PCWHD Version 4
I am asked to compile and run C files on CCSC compiler, but the problem is unlike GCC and turbo it is not giving ".exe" (application file) on compilation. I am ...
0
votes
1answer
19 views
how to make executable executing within one specific directory only (executable source code available)
how to prevent tool (executable) executing from any other directories except specified one? May edit tool source code and recompile it. Linux-based OS.
1
vote
2answers
307 views
How can I change the default .exe icon in Visual Studio 2012 (C++)
I was wondering if there was a way to change the default icon that VS2012 makes when I compile my app. Just for those wondering, I am trying to change the .exe program's icon, not the window icon at ...
2
votes
3answers
60 views
How to create an executable jar folder?
I am trying to create an executable jar file that a user can just click on and execute the code. I have done some research but almost all of the examples are for single files. I currently have all my ...
1
vote
1answer
17 views
Running multiple executables linked to 0x400000
I'm interested in operating systems topic and I have a dummy question. Standard PE executable files are linked to 0x400000. My question is how can operating system load multiply executables with same ...
0
votes
1answer
27 views
Program opens all applications
In my program, I have stored an ArrayList of all of my desktop icons locations. My problem is that when I click on one icon, my computer tries to open every last program, folder and file all at one ...
0
votes
1answer
52 views
How to make an executable text file
I am using Ubuntu, and I would like to make an executable text file. I have seen some source code of an executable text file, but I can't seem to understand anything. Could someone please show some ...
2
votes
2answers
86 views
System calls, shell commands and programs
I'm trying to understand how programs, shell commands and operating
systems work. Please excuse my ignorance since I'm new to this.
When I use a C compiler on the command line, when I type cc
...
0
votes
1answer
74 views
How to change directory from a C program so that when the program finishes the change is still preserved?
I am writing a program that is similar to the "cd" command but uses shortcuts.
(to save a path: cds -s 1 C:\saved\directory\path)
(to switch to a saved path: cds 1)
To do this I have tried both ...
2
votes
1answer
62 views
Is it possible to jar up an executable so that it can be run from Java?
Simply put, I need to be able to stick a compiled executable inside a Java jar file and then be able to run it from Java (probably via ProcessBuilder).
The why, is that I would like to use a Java ...
0
votes
1answer
108 views
possible to run RShiny app without opening an R environment?
Currently I have a R shiny app, to run it I open up RStudio and execute
setwd("C:/Users/Me/Desktop/R/ShinyProject2")
library(shiny)
......
runApp()
From a R script located in my directory.
I am ...
0
votes
1answer
53 views
Console application output
I have compiled matlab file which displays large amount of numbers in an executable form as a console based application. I need to do further computation on the output of the executable in php. Is the ...
2
votes
1answer
65 views
Generating DIFFERENT executable from different files using ONE Makefile
I have three files written in C:
a.c, b.c, d.c
I want to use ONE Makefile to generate independent executable files from them, like this:
a.x, b.x d.x.
They don't need each other to run. They ...
1
vote
1answer
34 views
There is a way to access and inject “on the run” values on a executable?
For example, imagine a software called chess.exe; it's a normal chess game, player vs computer.
I want to send things like a fake piece movement instead the one I've made on the game.
Or see what ...
1
vote
1answer
37 views
How can I make Python with Colorama print coloured text after compiling it to an .exe?
I'm using Python 2.7 with colorama 0.2.5. I'm calling a method, that prints some coloured text:
from colorama import Fore
from colorama import Style
from colorama import init
def ...






