简体   繁体   中英

How I can export the history of my commands in Windows(7) Command Prompt?

我知道我可以使用箭头键,但是我需要查看历史记录的完整列表,并可能将其导出到txt文件。

By pressing F7 you can browse the history of commands.

To store it as a plain text file, use this command (which will be included too):

DOSKEY /HISTORY >filename

Source:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM