“ for”和“ move”命令位于何处?

时间:2019-11-08 10:41:54

标签: windows cmd

我需要运行for / move命令,

for %F in (C:\Users\Jackson\*.*) do move /Y %F c:\foo

但是我不断得到

The system cannot find the file specified.

formove在哪里?

我已经搜索过C:\Windows\System32,但它们不在那里...

0 个答案:

没有答案