In computing, EXE (Executable) and BAT (Batch) are two types of file formats used for executing commands and running programs. EXE files are compiled executables that can run independently, while BAT files are script files that contain a series of commands executed in sequence. This report explores the concept of converting EXE files to BAT files, the reasons behind such conversion, and the methods used to achieve it.