About 14,300 results
Open links in new tab
  1. How can I convert a Windows batch script to a .exe?

    Jan 23, 2015 · cmd.exe /c <path to batchfile> would run the batch file, and give you a valid executable to name for the keyboard software. No conversion needed means you can always …

  2. 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?

  3. Create 7-Zip SFX executable - Super User

    Here is where I'm stuck first to create an SFX file you need to call the following script: copy /b 7zS.sfx + config.txt + archive.7z archive.exe This will generate an archive.exe that will have …

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

    @Azeirah, If the goal is to create a self contained application with just an EXE file, you should consider that this can be achieved at compile-time. You can statically link libraries to avoid …

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

    Feb 12, 2023 · Compiling the application If the application is running from the source code, you can also compile it into a single executable file using pyinstaller. Run pipenv install to install …

  6. How to convert an EXE to a bootable ISO image? - Super User

    Aug 20, 2021 · I have an EXE file which I want to convert into ISO to a bootable image. Like an OS which may run on a VM. Is this possible? My system is: Windows 7 SP1. On an x86 laptop.

  7. Is it possible to execute a file after extraction from a 7-Zip self ...

    P.S. Note on Automation Now that you have this working in your c:\Install directory I would create an "Install.bat" file and put the copy script in it. copy /b 7zSD.sfx + config.txt + Installer.7z …

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

    May 19, 2016 · There are no setup.exe or anything inside the archive, it has just few files that needs to go to Roaming folder. This is for many of our users, who can get this updates without …

  9. windows - How to make a shortcut from CMD? - Super User

    Feb 20, 2012 · How can I create a shortcut file (.lnk) to another file or executable, using command line utilities?

  10. Is there a Windows exe that does nothing? - Super User

    Jan 22, 2012 · Is there a "noop"-esque exe somewhere as part of the Windows installation? I'm preparing some batch jobs and scheduled tasks, and for a couple reasons I'd like to reference …