批处理脚本报错:stant wbrchart.exe 的解决方法
代码中有一个错误拼写:'stant' 应该是 'start'。因此,最后一行代码 'stant wbrchart.exe' 会报错。
为了解决这个问题,你需要将代码中的 'stant' 修改为 'start'。
修改后的代码如下:
@echo off
set "CURRENT_DIR=%cd%"
cd "%CURRENT_DIR%"
start app.exe
start edbservice.exe
start wbrchart.exe
原文地址: https://www.cveoy.top/t/topic/l6Iz 著作权归作者所有。请勿转载和采集!