Let’s say i have a folder named C:PROG.
In Powershell, if i type CD c:prog, it changes to correct location, but somehow it stores location internally as C:prog, instead of C:PROG.
Is there a way to make Powershell “post process” location change to correct case internally?