I am trying to make a directory and immediately change into it with a DOSKEY. I thought this would work but it gives me the error The filename, directory name, or volume label syntax is incorrect.
DOSKEY md=mkdir $* && cd $*
Does anyone know why this is wrong and how to fix it?