BAT转换成EXE后无法运行在WIN10 64位PE环境 下面运行

BAT转换成EXE后无法运行在WIN10 64位PE环境 下面运行,用bat2exe 和 exescript都试过,都是同样的结果,求大礼帮忙处理。或者加我QQ8012102

报错为:
The version of this file is not compatible with the version of Windows you're running. Check you computer system infromation to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher

图片说明

报错不是提示你了吗。exe工作环境不对,bat2exe有转成32位和转成64位的吧,

会不会是bat命令写的有问题,我之前也遇到过这个问题,是因为我bat文件写了判断操作系统位数的,写法有问题,换个写法就好了

先转成64位应该可以

试试用 64 位的 winrar 把 BAT 做成自解压包, 并在自解后启动 BAT

用RAR的自解压脚本来实现BAT功能,没有兼容性问题。