Can I use windows command subst
to map a drive & folder to another location?
I want to map say the temp folder
c:\foo\bar\temp
to
e:\buildserver\dev
I can easily map the temp
directory to e:
using
subst e: c:\foo\bar\temp
But how can I also add the path folding the drive \buildserver\dev
You can create a directory junction like so: