I'm using conemu, pycmd and autohotkey.
::/artask::
Send, d:{ENTER}
Send, cd \{ENTER}
Send, cd projects{ENTER}
Send, cd ar-drone{ENTER}
Send, cd tasklist{ENTER}
Return
Typing /artask
followed by return does sometime work but most time not.
I often get some output like
cd a-drone
cd taskist
...
It seems that single chars get lost. Testing it with "MS DOS" shell it seems to work fine.
I prefer conemu and pycmd, so any idea how to work around?