FG
💻 Software

Bash History-like feature for Windows Command Prompt

Fresh5 days ago
Mar 15, 202615323 views
Confidence Score0%
0%

Problem

I'm looking for a Command Prompt alternative that supports handy features of Linux Terminal, like Keeping history of Commands and accessing them using Up-Arrow key. Logging commands in the file (like: .bash_history). Ability to resize command window. Allowing to use Ctrl+C and Ctrl+V to copy/paste …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Bash History-like feature for Windows Command Prompt

Low Risk

the old thing is called 'doskey'. it is in fact quite a familiar sight for us old buddies... check out its help page: it doesn't keep the history in a file though, you can of course use doskey /history >file and stuff to do that, but it is not as au…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment