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

    Jan 23, 2015 · This is a simple way to convert a bat or cmd file to an exe. I was having problems running batch files so I decided to rename the file .cmd and see if it would execute.

  2. windows - Converting .bat to .exe with no additional external …

    Jun 29, 2018 · Following the same steps as this guide. I am trying to convert from bat to exe without installing any new software such as Bat to Exe Converter. The reason I am using this …

  3. How can a .bat file be 'converted' to .exe without third party tools?

    Jan 27, 2015 · There are many reasons to want to 'convert' a .bat to .exe - to hide/obfuscate implementation, passwords, path to resources , to create a service from batch file ... and …

  4. CMD: Bat to Exe Converter - Temp directory problem

    4 i am using 'Bat to Exe Converter' to convert my batch files to exe format. Now, i am running into some problems. Whenever i convert something, and i set 'Working Directory' to 'Current …

  5. How to change the icon of .bat file programmatically?

    Aug 19, 2008 · 14 You could use a .bat to .exe converter from here. This will convert your batch file to an executable, then you can set the icon for the converted file.

  6. How to convert bat to exe and make the exe receive parameters?

    Sep 24, 2021 · 0 I tried Bat To Exe Converter from MajorGeeks.com and it seems to work fine with parameters. One thing I noticed is that when passing arguments to a batch file, %* …

  7. Convert Batch file to Exe with administrator privileges

    Sep 12, 2019 · On top of that, I would like to convert it to exe, so that I can put an icon on. Can anyone tell me please, how can I convert a batch file to exe with administrator privileges?

  8. windows - How do you convert .bat to .exe? - Stack Overflow

    Nov 15, 2021 · I've heard that you can do this without downloading software, and that it's done by using iexpress and .bat files. But I can't do it with iexpress or batch files, so I'm wondering how …

  9. batch to exe virus detected, solution or alternative way

    Jul 25, 2019 · 1 After converting the batch (.bat) file to .exe file using Bat To Exe Converter, the .exe file is detected as Trojan Virus. The sample batch file: @echo off if exist "myexe.exe" …

  10. windows - Can someone explain why the Compiled Batch-File …

    Jun 15, 2018 · When i create a Batch-File and Compile it to an .exe file (with Bat to Exe Converter), i suffer from a problem that when i execute the .exe file of the Batch my AntiVirus …