Search code examples
batch-fileexedecompiler

How to decompile a exe in to a bat file?


I have turned my batch file in to a exe but not I can not decompile it, if anyone has any ideas let me know. A list of Decompiler programs Would also be acceptable.


Solution

  • I don't think all .exe files can be converted into a .bat file. Unless you know for sure your .exe file was made from a .bat file then that would be possible. What does your file do? Try to find a way to edit the .exe file. It might have the .bat coding in it.