使用脚本在Excel中创建名称和文件类型的电子表格

时间:2014-10-10 14:48:53

标签: excel batch-file cmd

我有一堆excel文件和其他类型的文件需要填充到电子表格中以跟踪它们。我是批处理脚本对于此类任务的样子。此外,我希望能够确定我想从哪个文件夹中获取文件名。

提前致谢

1 个答案:

答案 0 :(得分:0)

Dir会做多个文件夹。

dir c:\windows "c:\program files\e*.txt" /a

在这里做我的文档。

for /f "skip=2 tokens=3" %A in ('Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Personal"') do set doc=%A

for /f "usebackq tokens=2* delims= " %i IN (`dir "%doc%" /a /s ^|findstr /i /v "\/"^|findstr /l /v "Pictures Music Video"`) DO @echo %j&echo.