如何使用Dos提取文件名列表和文件创建日期(命令提示符) [英] how to extract list of file names and created date of file with Dos (command prompt)

查看:1185
本文介绍了如何使用Dos提取文件名列表和文件创建日期(命令提示符)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Windows命令提示符下,我试图仅列出文件夹及其子文件夹中所有文件的路径,文件名和创建日期。像:

In Windows command prompt, I'm trying to list only path, file name and created date, of all files including in a folder and its sub folders. Like:

E:\>dir /s /b>LIST_FILES.TXT

问题是我不知道如何显示文件的创建日期。

Problem is that I don't know how to show created date of file. Is it possible?

推荐答案

您可以使用 dir / T:C文件名 dir / T:C (如果要递归的话)。

You can use dir /T:C filename or dir /T:C if you want it recursive.

这篇关于如何使用Dos提取文件名列表和文件创建日期(命令提示符)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆