About 16,400 results
Open links in new tab
  1. 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 called _MEIxxxxx, x's being numbers. For example: C:\Users\Me\AppData\Local\Temp\_MEI188722; execute the program from that folder. From what I've read, they use hackery ...

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

    Jan 23, 2015 · This is not even necessary at all. Because if you are using an EXE then you are also using a MS Machine that runs EXE files and also BAT files. So, merely double clicking a batch file will execute the batch file, or even just opening a terminal in the folder and typing in the batch file 'file name' will do the same thing.

  3. 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 file executable by running chmod +x Test.command (obviously the Test.command will be whatever your file is from Step 2 above).

  4. How to make an .exe or batch file of any DOS command?

    I always need to run java -jar e:\\abc.jar --boundHost -all- in the command promt. So I have to Run and type cmd , open the DOS prompt then I type/paste above command and press enter. Can I make a

  5. How to make a very simple executable (.exe) file? - Super User

    Nov 2, 2014 · I won't use something similar to "BAT to EXE Converter" or "VBS to EXE" because they're creating a file in the TMP folder, and I don't want that, it's not a simple way to open a file: the application could simply open the .vbs file already created i nstead of creating, opening and deleting a batch file that would start the .vbs file.

  6. How do I make an exe into a service on Windows? - Super User

    Jul 4, 2014 · There are many third-party tools to run a normal Windows executable as a service. Bitsum authored such a utility, command line only, called MakeService (now in limited distribution due to abuse). It does this by using a service stub that …

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

    Nov 22, 2015 · If there's for example a "Minecraft.exe", it will say "Playing Minecraft". So it's expected to show the name of the game whenever you run it, something that doesn't happen for Minecraft. I decided to just create my own .exe file then to explore this further and and Discord indeed shows the name when running the fake Minecraft.exe.

  8. windows - Is there a way to compress exe files? - Super User

    Jul 21, 2020 · Note that the compact command does not compress "files", it compresses regions of your volume/disk. The given command doesn't modify the file to achieve compression, it performs compression below the filesystem level, so your file will still report as having its original size even if "on disk" it's now taking up fewer bytes, and copying it to a new location will create a copy of the original ...

  9. windows - How to run an executable file without the EXE …

    To avoid running the executable in non-portable mode (to avoid allowing it to run without any parameters), I erased the file's ".exe" extension. But then I cannot run it, neither with the mouse (which I want) or through the start command. Is there any way to run an executable file that has no ".exe" extension?

  10. How do I make a GitHub repository into an exe? - Super User

    Aug 25, 2019 · To download the released .exe file, click the "releases" button. In the Releases webpage you will find the PlayMe.Setup.1.0.3.exe file that you can download. Share

Refresh