python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't run EXE file in Python
In a folder, I have two files— a Python Script and an Executable application. What I want is to run the Executable app using the Python script. I used below pieces of code:
os.chdir("D:\\ToneFind...
JKR
Votes: 0
Answers: 1
Using jpackage how do I make the installer name different than application name?
I have a Java program that I can turn into an installer exe that makes an app exe
jpackage -t exe -i . -n compilerrunner --app-version 1.0 --win-dir-chooser --win-shortcut --main-jar compilerrunner.ja...
Mason McGerry
Votes: 0
Answers: 3
Block an exe from opening and open only if
I wana block an exe from opening if user double clicks on it or right click and open it.
I wana make the exe open only through code like Fplatformprocess:createproc() or something similiar.
Is this po...
sandy
Votes: 0
Answers: 1
Convert .py file to .exe file (I used text files and images to build the py file)
I just finished my app and I would like to convert my script/file into an executable file. I've used some text files, images and stuff to build it.
Once I convert my py file into exe file, it will onl...
Edu
Votes: 0
Answers: 1