当前位置:网站首页>Batch generate folders based on file names

Batch generate folders based on file names

2022-06-27 00:26:00 Aspiring Java Engineer

step1:
take excel All folder names in the table With 【 Transpose paste 】 Paste into the new cell
 Insert picture description here
 Insert picture description here
step2: Create a blank folder Create a text document in a folder Enter... In the document
md ( Copy and paste 【 Transpose paste 】 Processed file name ) (md Put a space after it Then paste the file name )
 Insert picture description here

step3: Put this text document Save as With bat For the suffix The encoding method is ANSI The file of
 Insert picture description here
 Insert picture description here
step4:
Double-click on the run .bat file To achieve the requirements
 Insert picture description here

原网站

版权声明
本文为[Aspiring Java Engineer]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206262342155783.html