was unexpected at this time."- 批处理/命令脚本-6ren"> was unexpected at this time."- 批处理/命令脚本-我正在使用下面的批处理脚本: FOR /F "TOKENS=1 DELIMS=" %%I in ('FTP -s:%FTPFIL% > log.txt') DO SET /A FTPNUM=%%I 并-6ren">
gpt4 book ai didi

batch-file - "> was unexpected at this time."- 批处理/命令脚本

转载 作者:行者123 更新时间:2023-12-02 09:34:52 25 4
gpt4 key购买 nike

我正在使用下面的批处理脚本:

FOR /F "TOKENS=1 DELIMS=" %%I in ('FTP -s:%FTPFIL% > log.txt') DO SET /A FTPNUM=%%I

并得到一个错误:

> was unexpected at this time.

这个错误的原因是什么?

最佳答案

将整个命令放入双引号中

('"FTP -s:%FTPFIL% > log.txt"')

或者使用插入符号逃避重定向

('FTP -s:%FTPFIL% ^> log.txt')

关于batch-file - "> was unexpected at this time."- 批处理/命令脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48421493/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com