But here it is:
Bottom line:
- Create some file like: C:\Windows\cmdauto.cmd
- Add some stuff, like: doskey cp=copy $*
- Add a String Value "AutoRun" to this key:
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor] - Put "C:\Windows\cmdauto.cmd" as the value.
Now, no matter where you start cmd, it will execute "cmdauto.cmd" first.