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.
昨日、Windowsでいくつかのcmdファイルを操作しましたが、今日はそれを開くことができませんでした。コマンド ウィンドウで履歴を表示できる可能性はありますか?
依存します。コマンド プロンプトが昨日と同じインスタンスである場合は、 を使用しup arrow keyて以前のコマンドを表示できます。
up arrow key
ウィンドウが閉じられている場合、コマンドは失われます。将来、 doskey /HISTORY > somecommand.logコマンド プロンプトを閉じる前に を実行して、ファイルに使用するすべてのコマンドを保存し、次にファイルを使用するときに参照することができます。
doskey /HISTORY > somecommand.log