Creating .exe Executable from .bat Batch Script using IExpress | Convert .bat to .exe

Tiny Tips
Tiny Tips
850 بار بازدید - 2 ماه پیش - In this video, we will
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
2 ماه پیش در تاریخ 1403/04/10 منتشر شده است.
850 بـار بازدید شده
... بیشتر