Is it possible to use cmd /k "doskey /macrofile=C:\myMacros.cmd && macroCommand"
from a bat file.
I have tried that as well as start cmd.exe /k "doskey /macrofile=C:\myMacros.cmd && macroCommand"
. How can I make this work?
I googled a little and found something about piping, but I don't even know what this is, and even after researching that a little, I don't see how this would help run a macro after starting cmd and loading macros.