@echo off set 'CURRENT_DIR=%cd%' cd '%CURRENT_DIR%' start app.exe start edbservice.exe start wbrchart.exe

这段代码有一个拼写错误:'stant' 应该是 'start'。正确的代码如下:

@echo off set 'CURRENT_DIR=%cd%' cd '%CURRENT_DIR%' start app.exe start edbservice.exe start wbrchart.exe

批处理脚本错误:stant 应该为 start

原文地址: https://www.cveoy.top/t/topic/l6DH 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录