First thing I read in Four days on Rails is good to know for every windows user IMO.
The SUBST
command. It associates a path with a drive letter.
Example use:
subst t: C:\somepath\way\too\long\to\be\handy
So afterwards you access the path above just by referencing “t:
”.