How do I create a keyboard shortcut for a command in the Windows command prompt?
For example, to clear the Windows command prompt, the command normally used is cls - analogous to the clear command in Linux. I want create a keyboard shortcut for this. Ideally, I'd like to create the shortcut using ctrl+ L since this keyboard shortcut also works to run the clear command in the Linux command prompt.
Is that possible to create the new commands for Windows command prompt?