About 1,980,000 results
Open links in new tab
  1. How can I find out if an .EXE has Command-Line Options?

    Jan 15, 2012 · Suppose you have an .EXE and you want to check if it has Command-Line Options. How can one know if the .EXE has this ability. In my case I know that Nir Sofers …

  2. Difference between .com, .exe, and .bat? - Stack Overflow

    Jan 22, 2010 · An .EXE (short for "executable") file is a binary file that contains much more complex executable binary code. A .COM file was a DOS executable and nowadays its same …

  3. What's the difference between an EXE and a MSI installer?

    Oct 7, 2010 · Legacy Setup.exe Installer: Note that an EXE file can also be a non-MSI installer In other words an old-style installer not based on the Microsoft MSI format (which is a MS-SQL …

  4. What is different between *.bat and *.sh and *.exe file?

    Jan 10, 2015 · But 2.Why don't use *exe instead *sh, *bat file to run ? How the structure in *bat, *sh file ?? @ThanhPhong It doesn't use *.exe for the same reason it uses both bat and sh - …

  5. windows - Difference between .dll and .exe? - Stack Overflow

    Jul 31, 2009 · I want to know the exact difference between the dll and exe file.

  6. How to decompile an exe file compiled by py2exe? - Stack Overflow

    Jun 9, 2011 · How to decompile an exe file compiled by py2exe? just one exe file, didn'n have any zip file. how to decompile to pyc or pyo file?

  7. Compile to a stand-alone executable (.exe) in Visual Studio

    how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users would not like to install a tiny Console application. I compiled a simple cpp file using ...

  8. Is it possible to "decompile" a Windows .exe? Or at least view the ...

    Nov 8, 2008 · A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself. I know that you can't really decompile an .exe, but can I …

  9. I've downloaded an .exe file but it closes quickly as it opens

    Aug 30, 2014 · I am trying to open a downloaded .exe file but it closes as soon as it opens. Is there any possible way so that I can open it for a longer duration to read the content.

  10. Bat file to run a .exe at the command prompt - Stack Overflow

    Mar 8, 2013 · This is a required parameter of the start command. "svcutil.exe" is the absolute or relative path to the application you want to run. Using quotation marks allows you to have …