I'd just like to know if there is a way to call one doskey macro from another. I tried the following, but it doesn't work:
>doskey cleanpix=%PATH%\cleanpix.bat
>doskey cp=cleanpix
What am I doing wrong?
If there's no way to do what I'm trying to do, is there another way to define cp
to the same commands as the defintion of cleanpix
without typing all that shit out all over again? Besides CTRL+C, CTRL+V of course.