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.
1
vote
1answer
8 views
Maven plugin to create executable jar with dependencies not unpacked (jar with jars)
I read a lot of solutions to build executable jar with dependencies (maven shade plugin, maven dependency plugin, maven assembly plugin) and all of this plugins unpack dependency jars and repack them ...
0
votes
0answers
6 views
Apache / XAMPP for Windows incorrectly treats file as executive
I'm running XAMPP 1.8.1 with Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 on my dev machine to test my projects. In both my private project and in well known Bootstrap Datepicker component I can ...
0
votes
0answers
26 views
Jquery execution code in other code
I have an probem with code execution.
What is exactly problem?
This code below is ok and work fine:
var elemenatDiv = $('<div>').addClass('elemenat');
var draggableDiv = ...
1
vote
0answers
24 views
How to execute a windows executable file in matlab installed in linux server?
I am in windows. I connect to a linux server using ssh. I have a executable file (gui based) running perfectly in windows. I transfer that file to linux machine. The server has matlab installed. It ...
0
votes
4answers
50 views
Where can I find large amount of exe files?
As part of my research in the university I wrote an application that can iterate over a large amount of .exe files, execute each one individually and collect runtime data using Procmon. That data is ...
1
vote
2answers
45 views
Kill a calculation programme after user defined time in R
Say my executable is c:\my irectory\myfile.exe and my R script calls on this executeable with system(myfile.exe)
The R script gives parameters to the executable programme which uses them to do ...
1
vote
0answers
25 views
How to build an executable to run a html5 website, “like a mac widget”
Is possible to package a website to execute?
I need to send to a client unique one file to execute a html5 website, but i don't want to send him all the files and folders, and for this client i can't ...
0
votes
0answers
6 views
Winrar Sfx get Icon from executable
i don't know if it is right to ask here but I have a really quick question.
I have an executable file which already has an icon and I plan to use winrar sfx to create a mini installer for it.
My ...
0
votes
0answers
10 views
How can I access bundled executable?
I am using the xBundler to bundle my .exe file into the .NET binary file.
Now I would like to run the Process.Start on my bundled exe file in my .NET binary.
How can I achieve this? I have read the ...
0
votes
2answers
54 views
how to make a python file run without py extension
I had a small python script that takes input from the command line arguments and done some
operations using the inputs taken and display the result
Below is the working example code
some_file.py
...
0
votes
1answer
8 views
windows how to show memory segment of a process?
We have tools like objdump, readelf, and dumbin to show executable file contents.
But when an executable file is loaded into memory (a process is created), the segments in memory is usually different ...
0
votes
1answer
17 views
How to create windows 32/64 executable for a python script written in python 3.3.2?
Please help me with the process needed to convert a python script to a windows executable.
On some web links I did find tutorials that mentioned using py2exe. However, i did not fins a version of ...
0
votes
1answer
20 views
PHP Exec Won't Launch Executables
As part of my troubleshooting of being unable to launch SRCDS (the dedicated server for the Source game engine), I decided to try out launching some other executables (specifically Chrome and ...
0
votes
0answers
15 views
busybox httpd cgi doesn't print “return”
Please help, I can't find the solution
Situation. I have busybox httpd server. In cgi-bin folder is an cgi-executable, which sends to client formatted text by printf command.
Problem is that the ...
1
vote
2answers
17 views
Getting Permission Denied running perl executables
I am running OS X and, basically, I wanted to set up a directory where I could drop some Perl executables and use them without having to type
$perl /this/is/the/path/name.pl
every time I wanted to ...