Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用箭头键,但我需要查看完整的历史列表并可能将其导出到 txt 文件。
通过按下F7您可以浏览命令的历史记录。
要将其存储为纯文本文件,请使用以下命令(也将包含在内):
DOSKEY /HISTORY >filename
资源: