Alien::BatToExeConverter 模块应用

##  DOS 下批量任务转换成exe二进制可执行文件

Convert a DOS Batch Script to an Executable

Alien::BatToExeConverter::bat2exe(
    bat => 'C:strawberryperlinfoo.bat',
    exe => 'C:strawberryperlinfoo.exe',
);
 
 
原文地址:https://www.cnblogs.com/jinhh/p/7910785.html