In this video, we will see how we can create an executable (.exe) from a batch script (.bat). We will be using a Windows component called IExpress to achieve our goal. IExpress is a component of Windows 2000 and later versions of the operating system, used to create self-extracting packages from a set of files. So, We do not need any third-party application.
The video covers a step-by-step process to create an executable package. I hope that this video proves to be informative. Thank you.
Command Used:
cmd /c FILENAME
Instead of the above command, we can also use:
cmd /d /s /c FILENAME
Note:
Run the IExpress as an administrator
Do not use paths or file names that contain space
Download
0 formats
No download links available.
Creating .exe Executable from .bat Batch Script using IExpress | Convert .bat to .exe | NatokHD