About 17,200 results
Open links in new tab
  1. How to make a very simple executable (.exe) file? - Super User

    Nov 2, 2014 · 2 My goal is to run a VBScript file (.vbs) from an executable file (.exe) located in the same directory "E:\". What would be the simplest way to make the executable file?

  2. Create 7-Zip SFX executable - Super User

    I'm playing around with 7-Zip to create a self-extracting archive (SFX) executable. I followed the documentation, but I wasn't able to get any close. I'm using the 7-Zip 32 bit and the 7-Zip extra ...

  3. Creating a single file executable from a directory in Windows?

    Wrap the directory with executable into a new executable, ex app.exe the new executable executes a program, which unpacks the hidden directory into a temporary folder, a folder …

  4. How do I make a python file executable on macOS Sierra?

    Jan 8, 2017 · Change the extension of the file to .command (i.e. If the file you want to make executable is called Test.py, change it to Test.command) In Terminal make the Python script …

  5. How can I create .exe file from github repository? - Super User

    Feb 12, 2023 · 0 I have a question about this repository, I downloaded the zip source code from this link, I edited the bestStream.txt file in the config folder, and now I want to create an .exe …

  6. Create self-extracting EXE from ZIP file in command line

    Apr 4, 2013 · “A self-extracting Zip file is an executable file (.exe) that contains a Zip file and a small program to extract (unzip) the contents of the Zip file. Users can run (execute) a self …

  7. zip - 7zip - Create self-extracting Archive (sfx) with specified ...

    May 19, 2016 · I am trying to get the 7zip SFX archive to create an executable. I am able to get the executable. But when I run it, it give the downloads path for Extract to:. I ...

  8. How can I convert a Windows batch script to a .exe?

    Jan 23, 2015 · In short, you can get an exe file which would contain a script that would be intepreted by the command processor, but it won't be a native executable file, meaning it won't …

  9. How to create a quick windows .exe file which does nothing and …

    Nov 22, 2015 · 0 I'd suggest creating a batch file (by opening Notepad and saving as the file with .bat extension) @echo off pause > nul and converting it to executable file (.exe) with one of …

  10. How to generate executable file in CodeBlocks IDE? [closed]

    Jan 21, 2019 · Turns out "Application" just means an executable. Since the .exe still didn't execute from the command line, I referenced the top answer to this question, and, voila, the linker is …