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

这段代码有两个问题:

  1. 'stant' 应该是 'start' 的拼写错误。
  2. 'wbrchart.exe' 在代码中没有定义,可能是笔误或者缺失定义。

建议修改为以下代码:

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

批处理代码报错分析:start 命令拼写错误和程序缺失

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

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