Skip to content

Instantly share code, notes, and snippets.

@AlexPashley
Created July 18, 2013 16:18
Show Gist options
  • Save AlexPashley/6030701 to your computer and use it in GitHub Desktop.
Save AlexPashley/6030701 to your computer and use it in GitHub Desktop.
Makes windows command prompt emulate linux commands
@ECHO OFF
doskey ls=dir
doskey clear=cls
doskey 7z="C:\Program Files\7-Zip\7z.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment