How can I create a folder with the same name as the file names in that folder?

前端 未结 0 1017
青春惊慌失措
青春惊慌失措 2021-01-17 12:43

What I want to accomplish can be done with for %%i in (*) do md "%%~ni" how ever this only works if my batch file is in the same folder as the files i

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