You can read more about this bug here.
The first command will change your drive letter to C: and the next command to c:.
1 2 3 | cd .. && cd C%cd:~1% cd .. && cd c%cd:~1% |
You can read more about this bug here.
The first command will change your drive letter to C: and the next command to c:.
1 2 3 | cd .. && cd C%cd:~1% cd .. && cd c%cd:~1% |