帮我分析一下代码报错echo offset CURRENT_DIR=cd cd CURRENT_DIRstart appexestart edbserviceexestant wbrchartexe
这段代码有两个问题:
stant应该是start的拼写错误。wbrchart.exe在代码中没有定义,可能是笔误或者缺失定义。
建议修改为以下代码:
@echo off set "CURRENT_DIR=%cd%" cd "%CURRENT_DIR%" start app.exe start edbservice.exe start wbrchart.exe
原文地址: http://www.cveoy.top/t/topic/OwH 著作权归作者所有。请勿转载和采集!