I am using Unix and Windows machines, and I want to make the Command prompt behave in a way similar to my Unix Teminals.
One of the things is the aliases that I am used to on Unix.
For example - I am used to
alias p 'ls -lt'; pwd;
How can I set this alias on Windows command prompt using dir command?
