Use a windows command prompt to execute the “subst” command, assigning a drive letter to an existing folder.
This creates a “virtual drive” that can be seen in windows explorer under “My Computer”. Usage:
subst z: b:\user\betty\forms
*This command creates a virtual z drive (first parameter) that points to the contents of the folder specified by the second parameter.