'Is There a way to easily go to a long path in CMD Windows?

Is there any way to go to a long path using a short keyword (like a variable) in CMD Windows?

I'm expecting something like this...

Setting the path Variable
C:\Users\MyUser>set testFolder = C:\Documents\Test
Accessing the Path saved earlier
C:\Users\MyUser>cd testFolder

C:\Users\MyUser\Documents\Test>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source