Skip to content

Instantly share code, notes, and snippets.

@erickedji
Created April 3, 2009 19:16
Show Gist options
  • Save erickedji/89916 to your computer and use it in GitHub Desktop.
Save erickedji/89916 to your computer and use it in GitHub Desktop.
cmd.exe startup script for the linux refugee
doskey m=mule -config $*
doskey q=exit
doskey e=cd c:\eric
doskey c=cls
doskey ls=dir
doskey sl=dir
doskey quit=exit
doskey ws=cd c:\eric\workspace
doskey s=cd c:\eric\soft
doskey kill=taskkill /f /im $*
doskey ps=tasklist
doskey pwd=cd
doskey mv=move $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment