Copier Using Batch

前端 未结 0 531
轻奢々
轻奢々 2021-02-01 11:28

I have 2 scripts and both work, but this scripts makes and error

@echo off

for /L %%f in (1,1,10) do copy *.txt %%f.txt

when I copy my

相关标签:
回答
  • 消灭零回复
提交回复
热议问题