小编sta*_*ack的帖子

此时%x出乎意料.批处理脚本

@echo off
for /f "tokens=1,2 delims=," %%x in (my.csv) do (
if %M% LSS %%x set M=%%x
)
echo Max X Value= %M%
Run Code Online (Sandbox Code Playgroud)

有时它工作正常,有时失败并出现以下错误:

%x was unexpected at this time.
Run Code Online (Sandbox Code Playgroud)

windows cmd batch-file

11
推荐指数
1
解决办法
6万
查看次数

标签 统计

batch-file ×1

cmd ×1

windows ×1