This may be a simple question but I couldn't find any answers - folder redirection usually refers to redirecting profile folders only.
I have 2 hard drives in my laptop: C: and D:. C: is an SSD, D: is a regular HDD. I'd like to keep some files on C: but transparantly access those files through the D: drive. For example, I'd like to have:
C:\Source - this is where I want my physical files to be stored.
D:\X_Drive - this folder is mapped to a virtual X: drive, using subst X: D:\X_Drive.
X:\Source - when I go into this folder, I'd to see the contents of C:\Source.
Effectively, I'm looking for a way to map D:\X_Drive to C:\Source. Is this possible under Windows 7 Ultimate?